jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.12k forks source link

update the Gradle wrapper to v7.6.4 #2197

Closed stephengold closed 4 months ago

stephengold commented 4 months ago

We can't easily upgrade to Gradle 8, but at least we can use the latest release of Gradle 7.

Upgrading to 7.6.4 addresses some security vulnerabilities. See the release notes for details.

Upgrading is a simple matter of changing the properties file: the upgrade does not involve any changes to the Gradle JAR. (@tonihele I ran the update command twice, just in case.)

Long-term, we should clean up the project so it can migrate to Gradle 8 ... and perhaps Kotlin-based Gradle as well, since that's where the world appears to be headed.

tonihele commented 4 months ago

@tonihele I ran the update command twice, just in case.

Glad to have caused adulthood trauma :D