diff --git a/Plugin/build.gradle b/Plugin/build.gradle index 96ef1089..403b7aea 100644 --- a/Plugin/build.gradle +++ b/Plugin/build.gradle @@ -57,7 +57,6 @@ tasks.withType(Jar) { destinationDirectory = file("$rootDir/bin/") } -compileJava.dependsOn clean build.dependsOn shadowJar description = 'EcoEnchants' diff --git a/build.gradle b/build.gradle index fa918c47..3f8b620d 100644 --- a/build.gradle +++ b/build.gradle @@ -101,6 +101,8 @@ allprojects { options.encoding = 'UTF-8' } compileJava.options.encoding = 'UTF-8' + + compileJava.dependsOn clean } clean.doLast { diff --git a/gradle.properties b/gradle.properties index 33e30209..7969b6a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.2.7 +version = 5.2.8 plugin-name = EcoEnchants \ No newline at end of file