mirror of https://github.com/sbt/sbt.git
Work around compiler bridge concurrency issue
This commit is contained in:
parent
ecc40471b5
commit
4c0885f84e
|
|
@ -1,5 +1,6 @@
|
||||||
# Validate that a bad dependency fails the compile
|
# Validate that a bad dependency fails the compile
|
||||||
$ copy-file changes/BadCommon.scala common/src/main/scala/Common.scala
|
$ copy-file changes/BadCommon.scala common/src/main/scala/Common.scala
|
||||||
|
> common/compile
|
||||||
> common/publish
|
> common/publish
|
||||||
|
|
||||||
# Force dep resolution to be successful, then compilation to fail
|
# Force dep resolution to be successful, then compilation to fail
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue