WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
115 stars 35 forks source link

Migration to Gradle #329

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

Gradle has various benefits over maven. Using Gradle we can easily create new plugins using kotlin or java (I personally prefer kotlin here).

It massively improves the testing process as we can run minecraft directly from a task via docker. No need to manually setup build tools and test servers. Everything is automatic now.