Reformatted plugin build.gradle

This commit is contained in:
BuildTools
2020-11-17 13:25:16 +00:00
parent ff61d8086b
commit ff19bb48b5

View File

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