mirror of https://github.com/sbt/sbt.git
Adjust scripted test to sbt 1
This commit is contained in:
parent
b20b8a0b18
commit
f5cf8ef4a8
|
|
@ -1 +1,5 @@
|
|||
name := "delete-target"
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
name := "delete-target",
|
||||
scalaVersion := "2.12.1"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
$ mkdir target/scala-2.10/delete-target_2.10-0.1-SNAPSHOT.jar
|
||||
$ touch target/scala-2.10/delete-target_2.10-0.1-SNAPSHOT.jar/hello
|
||||
$ mkdir target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar
|
||||
$ touch target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar/hello
|
||||
-> package
|
||||
$ exists target/scala-2.10/delete-target_2.10-0.1-SNAPSHOT.jar/hello
|
||||
$ exists target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar/hello
|
||||
|
|
|
|||
Loading…
Reference in New Issue