MinecraftForge / ForgeGradle

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

Rudimentary support for including subprojects with Jar-in-Jar #876

Closed EdwinMindcraft closed 2 years ago

EdwinMindcraft commented 2 years ago

This adds rudimentary support for including sub projects into a jar-in-jar build by replacing calls referring to ExternalModuleDependency with a call to Dependency where possible.