mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
Adjust scripted test to sbt 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user