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.
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
.