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

Commits on Aug 15, 2024

  1. chore: Add rt.jar test

    tgodzik committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5651122 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. bugfix: Create rt.jar when compiling for JDK 8

    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 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    891737e View commit details
    Browse the repository at this point in the history