Toxopid Java Plugin
This plugin is responsible for handling the bundling of the mod jar:
If only the java plugin is present, the
jartask is used.If the shadow plugin is present alongside the java plugin, the
shadowJartask is used.
For each configured target platform MindustryExec tasks, the jar is added to the mods list.
Finally, if android is in the target platforms, the jar is dexed and merged in the mergeJar task. If not, the mergeJar task is equivalent to the jar task.