MinecraftForge / ForgeGradle

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

[5.x] Add CheckJarCompatibility task #856

Closed SizableShrimp closed 2 years ago

SizableShrimp commented 2 years ago

Provides a common task utilizing the new JarCompatibilityChecker tool. Does nothing on its own but serves as a nice base for both userdev and forgedev.

Also adds a debug property to JarExec, because it can serve use for testing tasks like this and in general for other JarExec tasks.