mirror of https://github.com/sbt/sbt.git
Add launcher interface dependency
Previously the zincLmIntegrationProj would compile if the meta build classpath leaked into the compilation classpath. I found that the project would not compile a clean build running an sbt built off of origin/develop.
This commit is contained in:
parent
f5edeec2fd
commit
0d8f0816bc
|
|
@ -589,6 +589,7 @@ lazy val zincLmIntegrationProj = (project in file("zinc-lm-integration"))
|
|||
buildInfoObject in Test := "ZincLmIntegrationBuildInfo",
|
||||
buildInfoKeys in Test := List[BuildInfoKey]("zincVersion" -> zincVersion),
|
||||
mimaSettingsSince(sbt13Plus),
|
||||
libraryDependencies += launcherInterface,
|
||||
)
|
||||
.configure(addSbtZincCompileCore, addSbtLmCore, addSbtLmIvyTest)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue