ModdingX / ModGradle

ModGradle adds some gradle plugins useful for creating forge mods.
Apache License 2.0
3 stars 0 forks source link

ClasspathExec task #7

Closed noeppi-noeppi closed 2 years ago

noeppi-noeppi commented 2 years ago

A task similar to JarExec that resolves dependencies of the tool. This should make it possible to no longer depend on fatjars as they use up quite some disk space.

Needs some testing before tough.