-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
Milestone
Description
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.
palfvin