9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-28 03:19:25 +00:00

Added shadowJar task

This commit is contained in:
Auxilor
2021-03-22 13:46:27 +00:00
parent 15428a2add
commit 87cbdb040d

View File

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