Updated to 5.2.8

This commit is contained in:
Auxilor 2020-11-21 12:02:35 +00:00
parent 9d74ab702c
commit cbf40663e1
3 changed files with 3 additions and 2 deletions

View File

@ -57,7 +57,6 @@ tasks.withType(Jar) {
destinationDirectory = file("$rootDir/bin/")
}
compileJava.dependsOn clean
build.dependsOn shadowJar
description = 'EcoEnchants'

View File

@ -101,6 +101,8 @@ allprojects {
options.encoding = 'UTF-8'
}
compileJava.options.encoding = 'UTF-8'
compileJava.dependsOn clean
}
clean.doLast {

View File

@ -1,2 +1,2 @@
version = 5.2.7
version = 5.2.8
plugin-name = EcoEnchants