We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To repro:
git clean -xdf sbt scalaplugin/test:assembly scalaplugin/target/mill run ScalaPlugin.assembly echo " " >> core/src/main/scala/mill/define/Graph.scala scalaplugin/target/mill run ScalaPlugin.assembly
The last command will run into a bunch of compile errors, when it should compile successfully
The text was updated successfully, but these errors were encountered:
fix #6 include project classes to incremental compilation classpath
dcfcc54
35f6582
rockjam
No branches or pull requests
To repro:
The last command will run into a bunch of compile errors, when it should compile successfully
The text was updated successfully, but these errors were encountered: