MinecraftForge / ForgeFlower

Forge's modifications to FernFlower. Fixing various bugs/inconsistencies. Main Repo: https://github.com/MinecraftForge/FernFlower
Apache License 2.0
80 stars 44 forks source link

Bump Gradle to 7.3 #103

Closed zml2008 closed 2 years ago

zml2008 commented 2 years ago

Fairly trivial update, the heavy lifting was done in gitpacher a while ago.

sources jar was moved to use the system built-in to Gradle for producing a sources jar, rather than a custom task.

This brings us Java 16/17 compatibility for running Gradle, which removes the moderately annoying step of overriding the JDK used in environments where JDK 16 or 17 is the default/JAVA_HOME JDK.