mirror of https://github.com/sbt/sbt.git
Add mavenLocal
This commit is contained in:
parent
11efe6846f
commit
65ffbfd1f2
|
|
@ -10,6 +10,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
|
|||
// publishArtifact in packageDoc := false,
|
||||
resolvers += Resolver.typesafeIvyRepo("releases"),
|
||||
resolvers += Resolver.sonatypeRepo("snapshots"),
|
||||
resolvers += Resolver.mavenLocal,
|
||||
// concurrentRestrictions in Global += Util.testExclusiveRestriction,
|
||||
testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"),
|
||||
javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue