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