You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There exists a milestone for Gradle 7, but there have been several release of 8 already, I suggest going for the latest.
I'm not familiar with Spotless' codebase, but I would think this would reduce some technical debt due to maintaining support for legacy versions of Gradle. And of course take advantage of any new things.
The text was updated successfully, but these errors were encountered:
which is not related to supporting old versions of Gradle. I'd happily bump minimum to 8 if it provided anything, and I'm happy to reopen if someone finds something where our thorough back-compat is holding us back.
If you are submitting a bug, please include the following:
gradlew spotless[Apply/Check] --stacktrace
If you're just submitting a feature request or question, no need for the above.
The current required minimum Gradle 6.1.1 which was released nearly 4 years ago: https://docs.gradle.org/6.1.1/release-notes.html
I think its time to raise the minimum to a supported version of Gradle. By supported, I mean the Gradle team has a milestone for it: https://github.com/gradle/gradle/milestones
There exists a milestone for Gradle 7, but there have been several release of 8 already, I suggest going for the latest.
I'm not familiar with Spotless' codebase, but I would think this would reduce some technical debt due to maintaining support for legacy versions of Gradle. And of course take advantage of any new things.
The text was updated successfully, but these errors were encountered: