mirror of https://github.com/sbt/sbt.git
Merge pull request #209 from dwijnand/lmCommonTest-test-only
Define lmCommonTest as a test-only dependency
This commit is contained in:
commit
42dccdf82c
|
|
@ -131,7 +131,7 @@ lazy val lmCommonTest = (project in file("common-test"))
|
|||
|
||||
lazy val lmIvy = (project in file("ivy"))
|
||||
.enablePlugins(ContrabandPlugin, JsonCodecPlugin)
|
||||
.dependsOn(lmCore, lmCommonTest)
|
||||
.dependsOn(lmCore, lmCommonTest % Test)
|
||||
.settings(
|
||||
commonSettings,
|
||||
name := "librarymanagement-ivy",
|
||||
|
|
|
|||
Loading…
Reference in New Issue