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

Enforcing JDK 11 on release #148

Merged
merged 1 commit into from Apr 17, 2021

Commits on Apr 17, 2021

  1. Enforcing JDK 11 on release

    Enforcing the use of JDK 11 on release guarantees that the published Multi-Release JAR contains ALL code versions: JDK 8 (default fallback), JDK 9 (enhanced NIO) and JDK 10 (even further enhanced NIO). Without this enforcement, there would be a risk of not having some of these versions packed into the MRJAR due to the way the POM checks for the existence of supported JDK levels using JDK-enabled profiles.
    mkarg committed Apr 17, 2021
    Copy the full SHA
    17ad39e View commit details
    Browse the repository at this point in the history