Darkhax / CurseForgeGradle

A Gradle plugin for uploading files to CurseForge.
GNU Lesser General Public License v2.1
28 stars 7 forks source link

Update Gradle version to 8.7 for Java 21 support. #21

Closed ricksouth closed 7 months ago

ricksouth commented 7 months ago

Running CurseForgeGradle with the previous settings (7.4.2) with Java 21 throws java.lang.IllegalArgumentException: Unsupported class file major version 65.

Updating gradle to 8.7 makes it compatible with Java 21, used in Minecraft 1.20.5. Up provided the solution via Discord :)

ricksouth commented 7 months ago

The gradle version is needed in the environment where it's ran, not necessarily the plugin itself. The example might need updating, but this doesn't look like it's necessary. Closing for now