Reformatted plugin build.gradle
This commit is contained in:
@@ -4,9 +4,6 @@ plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
compileJava.dependsOn clean
|
||||
build.dependsOn shadowJar
|
||||
|
||||
dependencies {
|
||||
implementation project(':API')
|
||||
implementation project(':v1_15_R1')
|
||||
@@ -50,4 +47,7 @@ jar{
|
||||
archiveName = findProperty("plugin-name") + " v" + findProperty("version") + " " + "unshaded" + ".jar"
|
||||
}
|
||||
|
||||
compileJava.dependsOn clean
|
||||
build.dependsOn shadowJar
|
||||
|
||||
description = 'EcoEnchants'
|
||||
|
||||
Reference in New Issue
Block a user