mirror of
https://github.com/runelite/example-plugin.git
synced 2026-06-11 01:08:31 -04:00
use standard build
This commit is contained in:
@@ -28,7 +28,6 @@ dependencies {
|
||||
}
|
||||
|
||||
group = 'com.example'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.encoding = 'UTF-8'
|
||||
|
||||
@@ -2,4 +2,6 @@ displayName=Example
|
||||
author=Nobody
|
||||
description=An example greeter plugin
|
||||
tags=
|
||||
plugins=com.example.ExamplePlugin
|
||||
version=
|
||||
plugins=com.example.ExamplePlugin
|
||||
build=standard
|
||||
Reference in New Issue
Block a user