mirror of https://github.com/sbt/sbt.git
17 lines
316 B
Plaintext
17 lines
316 B
Plaintext
# Marked as pending due to StackOverflow error, see
|
|
# https://github.com/sbt/sbt/issues/1544 for details
|
|
|
|
> compile
|
|
|
|
# replace macro with one that throws an error
|
|
|
|
$ copy-file macro-provider/changes/Provider.scala macro-provider/Provider.scala
|
|
|
|
> macro-provider/compile
|
|
|
|
-> macro-client/compile
|
|
|
|
> clean
|
|
|
|
-> compile
|