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

Upgrade to Gradle 7.4 #7351

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Feb 9, 2022

  1. Upgrade to Gradle 7.4

    Upgrade to Gradle 7.4
    - Updated gradle wrapper
    - Updated usage of an internal TemporaryFileProvider to the correct location for Gradle 7
    - Update the `main` -> `mainClass` for the geode assembly to match Gradle 7 syntax
    - Move some `compile` scope to `compileOnly` (required for Gradle 7)
    - Add explicit `dependsOn` relationship between tasks that have dependencies that Gradle 7 complains about
    - Add a `duplicatesStrategy` to the processIntegrationTestResources to avoid Gradle 7 failing on a duplicate resources in shiro.ini (this duplicate _seems_ to come from how the source set is configured)
    - Upgrade the RepeatTestExecutor to match the DefaultTestExecutor from Gradle 7.4
    ryangardner authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c44ce8d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. - Update dependency scope from 'compileOnly' to 'implementation' to f…

    …ix issue with the acceptance test build
    ryangardner committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    427d57f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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