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

Backport PR #14413 to 8.4: Open java modules for gradle test after 7.5 upgrade #14415

Merged
merged 1 commit into from
Aug 3, 2022

Commits on Aug 3, 2022

  1. Open java modules for gradle test after 7.5 upgrade (#14413)

    Open the access to java.lang and java.util packages in java.base module.
    With Gradle 7.5 these packages aren't anymore implicitly opened in test tasks. With this commit, those packages are opened for all test tasks, also on the buildSrc.
    
    (cherry picked from commit 7887972)
    andsel authored and logstashmachine committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8274750 View commit details
    Browse the repository at this point in the history