Updated root build.gradle

This commit is contained in:
Auxilor
2021-02-19 19:59:46 +00:00
parent 7958d09e8c
commit 10420f0ad0

View File

@@ -71,6 +71,8 @@ allprojects {
compileJava.options.encoding = 'UTF-8'
compileJava.dependsOn clean
build.dependsOn shadowJar
}
tasks.withType(Jar) {