=pro bintray jcentral resolver for jenkins-ci deps
This commit is contained in:
parent
e86dc06680
commit
21ab894c6e
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ resolvers += Classpaths.typesafeResolver
|
|||
|
||||
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
|
||||
|
||||
// need this to resolve http://jcenter.bintray.com/org/jenkins-ci/jenkins/1.26/
|
||||
// which is used by plugin "org.kohsuke" % "github-api" % "1.68"
|
||||
resolvers += "Bintray Jcenter" at "http://jcenter.bintray.com"
|
||||
|
||||
// these comment markers are for including code into the docs
|
||||
//#sbt-multi-jvm
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.3.8")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue