Exlll / ConfigLib

A Minecraft library for saving, loading, updating, and commenting YAML configuration files
MIT License
135 stars 17 forks source link

Project compilation guide #36

Closed KweezyCode closed 3 months ago

KweezyCode commented 3 months ago

Add instructions for compiling the project. I don't know how to get shadow jar in ConfigLib project, gradle clean build doesn't work

Exlll commented 3 months ago

Hi,

you need to run ./gradlew shadowJar and then you can find the JAR file in the configlib-paper/build/libs directory.

KweezyCode commented 3 months ago

okay thanks, working