neoforged / ModDevGradle

A Gradle plugin for developing Minecraft mods using NeoForge
https://projects.neoforged.net/neoforged/moddevgradle
GNU Lesser General Public License v2.1
25 stars 6 forks source link

Shade and Relocate Dependencies #21

Closed shartte closed 2 months ago

shartte commented 2 months ago

We've had issues already with foojay 0.5.0 shipping an outdated version of gson which causes random errors around our plugin.

To avoid this fully, we should shade and relocate all of our dependencies.