mirror of https://github.com/sbt/sbt.git
limit to Scala 2.11
This commit is contained in:
parent
604b852474
commit
a985d4f079
|
|
@ -8,7 +8,7 @@ lazy val core = (projectMatrix in file("core"))
|
||||||
name := "core",
|
name := "core",
|
||||||
mainClass in (Compile, run) := Some("a.CoreMain")
|
mainClass in (Compile, run) := Some("a.CoreMain")
|
||||||
)
|
)
|
||||||
.nativePlatform(scalaVersions = Seq("2.11.12", "2.12.4"))
|
.nativePlatform(scalaVersions = Seq("2.11.12"))
|
||||||
|
|
||||||
lazy val app = (projectMatrix in file("app"))
|
lazy val app = (projectMatrix in file("app"))
|
||||||
.dependsOn(core)
|
.dependsOn(core)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
> nativeLink
|
> nativeLink
|
||||||
|
|
||||||
$ exists app/target/native-2.12/app-out
|
$ exists app/target/native-2.11/app-out
|
||||||
$ exists core/target/native-2.12/core-out
|
|
||||||
$ exists core/target/native-2.11/core-out
|
$ exists core/target/native-2.11/core-out
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue