zeshan321 / ActionHealth

ActionHealth is a highly configurable Minecraft plugin that utilizes the action bar to display entity health.
MIT License
41 stars 39 forks source link

Switch to Gradle #50

Closed Kikisito closed 2 years ago

Kikisito commented 2 years ago

Hello again. This PR switches the project to Gradle, which will allow to include dependencies using Maven repos. Gradle will also allow the project to be compiled faster than before and dependencies can be modified in a really easy way.

To compile the plugin you just need to execute ./gradlew clean shadowJar.

zeshan321 commented 2 years ago

Thanks again! I'll try to review and test this out ASAP.