- Change the project name in the settings.gradle file
- Change the project group and version in the build.gradle files
- You may also configure commands permissions in the
build.gradle
with this information - Make sure to reference your plugin class and the Bukkit's API version in the
build.gradle
file as shown in this example - When you are ready, execute in shell/command prompt:
gradlew build
to create the jar file - Your jar file will be available in the
build/libs
directory