Skip to content

The current gradle version is extremely old #581

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

Closed
ParkerM opened this issue Jul 21, 2021 · 2 comments
Closed

The current gradle version is extremely old #581

ParkerM opened this issue Jul 21, 2021 · 2 comments

Comments

@ParkerM
Copy link
Contributor

ParkerM commented Jul 21, 2021

I recently cloned this repo to explore an issue, ran ./gradlew clean build, and was caught off guard by the sight of:

Downloading https://services.gradle.org/distributions/gradle-3.1-all.zip

Gradle 3.1 was published nearly 5 years ago, and other gradle-based projects in the spring-projects org seem to diligently abide gradle's release cadence.

I'd be happy to submit a PR to migrate towards a maintained version of gradle, but there are a bunch of bespoke buildscripts in the gradle/ and buildSrc/ directories that would probably break as a result.

@jzheaux
Copy link
Collaborator

jzheaux commented Dec 14, 2021

I've been able to update to Gradle 6.9 in commits 133cd3e, 9655d05, and d033614.

To get to 7, we'll need to replace MergePlugin with something else that can generate a merged jar between test-support and test-support-unboundid. I haven't looked very far into it yet, but https://github.com/spring-projects/spring-security/blob/main/saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle may provide some guidance.

Are you interested in helping update to Gradle 7?

@jzheaux jzheaux added this to the 2.4.0-M1 milestone Dec 14, 2021
@jzheaux jzheaux modified the milestones: 2.4.0-M1, 2.4.0-M2 Jan 13, 2022
jzheaux added a commit that referenced this issue Feb 2, 2022
@jzheaux
Copy link
Collaborator

jzheaux commented Feb 3, 2022

Closed via 28f2ca6.

@jzheaux jzheaux closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants