mirror of https://github.com/sbt/sbt.git
This commit is contained in:
parent
5408c1021e
commit
a348a0f849
|
|
@ -3,7 +3,7 @@ import sbt.internal.inc.classpath.ClasspathUtilities
|
||||||
lazy val root = (project in file(".")).
|
lazy val root = (project in file(".")).
|
||||||
settings(
|
settings(
|
||||||
ivyPaths := IvyPaths(baseDirectory.value, Some(target.value / "ivy-cache")),
|
ivyPaths := IvyPaths(baseDirectory.value, Some(target.value / "ivy-cache")),
|
||||||
libraryDependencies += "org.jsoup" % "jsoup" % "1.9.1" % Test from "http://jsoup.org/packages/jsoup-1.9.1.jar",
|
libraryDependencies += "org.jsoup" % "jsoup" % "1.9.1" % Test from "https://jsoup.org/packages/jsoup-1.9.1.jar",
|
||||||
ivyLoggingLevel := UpdateLogging.Full,
|
ivyLoggingLevel := UpdateLogging.Full,
|
||||||
TaskKey[Unit]("checkInTest") := checkClasspath(Test).value,
|
TaskKey[Unit]("checkInTest") := checkClasspath(Test).value,
|
||||||
TaskKey[Unit]("checkInCompile") := checkClasspath(Compile).value
|
TaskKey[Unit]("checkInCompile") := checkClasspath(Compile).value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue