Skip to content
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

bugfix: Create rt.jar when compiling for JDK 8 #2422

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Sep 6, 2024

When -release 8 is added we need an existing rt.jar to use for the code to compile, this is already done by sbt and mill.

Copied from https://github.com/com-lihaoyi/mill/tree/6cf6ce1129a74f50af5048cf75e1dee747d6b92e/main/api/src/mill/java9rtexport

@tgodzik tgodzik requested a review from adpi2 September 6, 2024 16:05
When `-release 8` is added we need an existing rt.jar to use for the code to compile, this is already done by sbt and mill.

Copied from https://github.com/com-lihaoyi/mill/tree/6cf6ce1129a74f50af5048cf75e1dee747d6b92e/main/api/src/mill/java9rtexport
@tgodzik tgodzik merged commit 5603457 into scalacenter:main Sep 9, 2024
16 of 17 checks passed
@tgodzik tgodzik deleted the make-java-rt-work branch September 9, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants