mirror of https://github.com/sbt/sbt.git
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
# debug
|
|
#> unmanagedBase
|
|
|
|
# make jar
|
|
> strayJar/package
|
|
|
|
# check root
|
|
$ mkdir lib
|
|
$ copy-file strayJar/target/scala-2.12/strayjar_2.12-0.1.0-SNAPSHOT.jar lib/strayJar.jar
|
|
> root2_12/compile
|
|
|
|
# check ss
|
|
$ mkdir ss/lib
|
|
$ copy-file strayJar/target/scala-2.12/strayjar_2.12-0.1.0-SNAPSHOT.jar ss/lib/strayJar.jar
|
|
> ss/compile
|