use standard build

This commit is contained in:
Max Weber
2026-04-24 18:11:50 -06:00
parent a742710ddb
commit 54f4afd16c
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ dependencies {
}
group = 'com.example'
version = '1.0-SNAPSHOT'
tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8'

View File

@@ -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