frengor / UltimateAdvancementAPI

A powerful API to create custom advancements for your Minecraft server.
https://modrinth.com/plugin/ultimateadvancementapi
GNU General Public License v3.0
116 stars 13 forks source link

Use Gradle instead for building the plugin #62

Open mrjasonn opened 1 year ago

mrjasonn commented 1 year ago

Gradle is faster and better, so it would make sense to use it if feasible.

frengor commented 1 year ago

Gradle would be an improvement, however Maven is working just fine, so for us moving to Gradle is not worth it at the moment. Also, considering we have not much free time, we'd prefer to work on new features rather than moving to Gradle.

(Of course, contributions are welcomed!)

HydrolienF commented 3 months ago

If the project switch to Gradle, it would be nice to use paperweight instead of local spigot sources so that new contributors of this project don't need to build the 17 spigot build one by one from the spigot build tool. With paperweight, all the needed compilation is done by gradle on the first build.