diff --git a/build.gradle b/build.gradle index d9e7223..6ce054a 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,6 @@ dependencies { } group = 'com.example' -version = '1.0-SNAPSHOT' tasks.withType(JavaCompile).configureEach { options.encoding = 'UTF-8' diff --git a/runelite-plugin.properties b/runelite-plugin.properties index 5044739..67c622b 100644 --- a/runelite-plugin.properties +++ b/runelite-plugin.properties @@ -2,4 +2,6 @@ displayName=Example author=Nobody description=An example greeter plugin tags= -plugins=com.example.ExamplePlugin \ No newline at end of file +version= +plugins=com.example.ExamplePlugin +build=standard \ No newline at end of file