From 9b3a2e6f0f01bdc900abf2aa2a1e14e596949f1d Mon Sep 17 00:00:00 2001 From: jvican Date: Tue, 2 May 2017 15:22:42 +0200 Subject: [PATCH] Fix project/binary-plugin: Reload was implied The first `>` that appears kickstarts the execution of sbt, so it implies a reload. This is no longer true for the batch test execution. --- sbt/src/sbt-test/project/binary-plugin/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt/src/sbt-test/project/binary-plugin/test b/sbt/src/sbt-test/project/binary-plugin/test index a8ccb21b4..b1f744b7a 100644 --- a/sbt/src/sbt-test/project/binary-plugin/test +++ b/sbt/src/sbt-test/project/binary-plugin/test @@ -3,7 +3,7 @@ $ copy-file changes/define/build.sbt build.sbt $ copy-file changes/define/A.scala A.scala $ copy-file changes/define/D.scala D.scala -# reload implied +> reload > publishLocal # Now we remove the source code and define a project which uses the build.