sgtcaze / NametagEdit

Simple plugin to give players custom nametags
GNU General Public License v3.0
194 stars 133 forks source link

Migrate to gradle #908

Open zp4rker opened 1 month ago

zp4rker commented 1 month ago

Migrating to gradle due to faster and easier builds and also better for distribution. Anyone working on the project does not need to install gradle unlike with maven because it is packaged into the repo (using ./gradlew).

I haven't had the chance to actually test the jar compiled via gradle yet on a server, have only tested successful compilation of the jar. Will likely post an update here once updated.

zp4rker commented 1 month ago

Updated to build against Java 8 to ensure compatibility with older versions