mirror of https://github.com/sbt/sbt.git
Clean-up scripted test
This commit is contained in:
parent
123f40723d
commit
2c2c98669d
|
|
@ -27,6 +27,4 @@ object Main extends App {
|
||||||
!argonautFound,
|
!argonautFound,
|
||||||
"Expected not to find classes from argonaut"
|
"Expected not to find classes from argonaut"
|
||||||
)
|
)
|
||||||
|
|
||||||
Files.write(new File("output").toPath, "OK".getBytes("UTF-8"))
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
$ delete output
|
|
||||||
> run
|
> run
|
||||||
$ exists output
|
|
||||||
> publishLocal
|
> publishLocal
|
||||||
$ exec java -jar coursier launch io.get-coursier.test:sbt-coursier-all-exclude-dependencies_2.12:0.1.0-SNAPSHOT
|
$ exec java -jar coursier launch io.get-coursier.test:sbt-coursier-all-exclude-dependencies_2.12:0.1.0-SNAPSHOT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue