binkley / modern-java-practices

Modern Java/JVM Build Practices
The Unlicense
925 stars 69 forks source link

[Blocked] Gradle equivalent of Maven enforcer for build tool versioning #505

Open binkley opened 1 month ago

binkley commented 1 month ago

The Gradle build is missing the equivalent of Maven's "enforcer" plugin to ensure that the build runs on the right version of Gradle. This means updating gradle.properties, settings.gradle, and build.gradle.

This gap was come across while reviewing the static analysis page.

Acceptance criteria

I'm following up with plugin authors on this issue: https://github.com/kordamp/enforcer-gradle-plugin/issues/17#issuecomment-2169301864.

References: