mirror of https://github.com/sbt/sbt.git
fix cross-advanced
This commit is contained in:
parent
d001e30530
commit
ab9f29590e
|
|
@ -19,9 +19,9 @@
|
|||
## for command cross building you do need crossScalaVerions on root
|
||||
> set root/crossScalaVersions := Seq("2.12.17", "2.13.1")
|
||||
> + build
|
||||
# $ exists foo/target/scala-2.12
|
||||
# $ exists foo/target/scala-2.13
|
||||
# $ exists bar/target/scala-2.12
|
||||
# $ exists bar/target/scala-2.13
|
||||
# $ exists client/target/scala-2.12
|
||||
# $ exists client/target/scala-2.13
|
||||
$ exists target/out/jvm/scala-2.12.17/foo
|
||||
$ exists target/out/jvm/scala-2.13.1/foo
|
||||
$ exists target/out/jvm/scala-2.12.17/bar
|
||||
$ exists target/out/jvm/scala-2.13.1/bar
|
||||
$ exists target/out/jvm/scala-2.12.17/client
|
||||
$ exists target/out/jvm/scala-2.13.1/client
|
||||
|
|
|
|||
Loading…
Reference in New Issue