mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 21:28:33 +02:00
Add mavenLocal
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user