OrionPowered / Orion

High performance, bare-bones Minecraft server software
GNU General Public License v3.0
3 stars 2 forks source link

Migrate to gradle #6

Closed AlexProgrammerDE closed 2 years ago

AlexProgrammerDE commented 2 years ago

I know many here may dislike the idea of gradle and kotlin, but this build tool is in terms of extensibility, speed and dependency resolution far better than maven. We can directly interact with projects and can control way more in depth what gets merged into the jar. That's also why most popular Minecraft plugins AND servers are migrating to gradle. It's just faster and better.