MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
512 stars 440 forks source link

Make JarExec respect the project java toolchain #791

Closed SizableShrimp closed 3 years ago

SizableShrimp commented 3 years ago

JarExec now respects the project's java toolchain version. Tested and confirmed to use the executable from the project.

LexManos commented 3 years ago

This would probably be better to allow configuration based on the task itself. But default to the project level. So Say.. I could compile for J8, but use MergeTools on J16.

LexManos commented 3 years ago

Looks right.. lets hope it doesn't break things.