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

Update to Gradle 7.5.1 #1499

Closed
wants to merge 6 commits into from
Closed

Update to Gradle 7.5.1 #1499

wants to merge 6 commits into from

Commits on Aug 31, 2022

  1. Update to Gradle 7.5.1

    leonard84 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    24599cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39d4416 View commit details
    Browse the repository at this point in the history
  3. Fix ReflectionUtil.deepCopyFields to ignore ...

    static or final fields.
    leonard84 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6023143 View commit details
    Browse the repository at this point in the history
  4. Fix test failures with Java 17 + Gradle 7.5.1

    Prior to version 7.5, Gradle added some `--add-opens` flags,
    that hid potential issues with tests, for Java 16+.
    
    gradle/gradle#20999
    leonard84 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    8ede7c3 View commit details
    Browse the repository at this point in the history
  5. Update Jacoco and Objenesis

    leonard84 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0cb3f1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5ddb7a View commit details
    Browse the repository at this point in the history