Use a plugins configuration block

master
Bradlee Speice 2020-10-02 22:09:46 -04:00
parent 63be359aed
commit 8bf33832db
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
apply plugin: 'java-library'
plugins {
id 'java-library'
}
group = "io.speice"
version = "1.0.0-SNAPSHOT"