mirror of https://github.com/sbt/sbt.git
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.
This commit is contained in:
parent
8aee628297
commit
9b3a2e6f0f
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue