-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
Bump mill from 0.11.5 to 0.12.5 #133
Conversation
This needs Since Mill 0.12 requires Java 11+, this also needs to update the README to no longer suggest Java 8 (possibly with a comment clarifying that Chisel works with Java 8 but our preferred build tool, Mill, requires Java 11). |
* Add .mill-jvm-opts * Add explanation comments in build.mill Signed-off-by: Qiming Chu <[email protected]>
Update README to clarify that Mill 0.12+ requires Java 11 or newer, while noting that Chisel itself is compatible with Java 8. Signed-off-by: Qiming Chu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Sorry, I missed changing build.sc to build.mill in test.yml. Could we re-run the CI? |
You might want to switch from using |
Signed-off-by: Qiming Chu <[email protected]>
.mill-version
file to specify the new mill version 0.12.5.build.mill
file tobuild.sc
to match the updated mill version.SbtModule
andSbtModuleTests
imports to reflect the changes in the mill 0.12.5 API.