Anuken / MindustryJavaModTemplate

A template for Java (16-17) Mindustry mods.
141 stars 81 forks source link

Update build.gradle to "fix the directory management for multi-project workspaces" #31

Closed someramsey closed 5 months ago

someramsey commented 5 months ago

Build scripts are broken on workspaces where the project is not in the root folder. This causes the resources to not be packed into the outputted jar.

This can be solved bu changing rootDir to projectDir on MindustryJavaModTemplate/build.gradle