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: Use proper rt.jar if it exists #2450

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Commits on Sep 25, 2024

  1. bugfix: Use proper rt.jar if it exists

    Previously, we would automatically generate our own rt.jar from the Bloop's JDK, however this would put all the current JDK classes into that jar, which means some things might compile while they should not. This limitation is present both in Mill and sbt. We would only fail on added methods.
    
    Now, we try to locate rt.jar if javaHome is set, so we can use it explicitely.
    tgodzik committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ec81670 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    35068a7 View commit details
    Browse the repository at this point in the history