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 Groovy versions #11800

Merged
merged 1 commit into from Oct 27, 2021
Merged

Update Groovy versions #11800

merged 1 commit into from Oct 27, 2021

Commits on Oct 26, 2021

  1. Update Groovy versions

    Motivation:
    The old Groovy versions are running into compatibility issues with the latest JDK snapshots.
    
    Modification:
    Update the groovy maven plugin and its groovy dependency to the latest versions.
    It looks like groovy-all is now a pom-dependency, so we switch to just groovy since we don't need what's in -all beyond that.
    
    Result:
    We now build on the latest JDK snapshots.
    chrisvest committed Oct 26, 2021
    Copy the full SHA
    621c61c View commit details
    Browse the repository at this point in the history