Fixed publishing errors

This commit is contained in:
Auxilor
2021-06-11 12:11:19 +01:00
parent f07ef3045b
commit 5f045d02a6

View File

@@ -13,13 +13,3 @@ compileJava.options.encoding = 'UTF-8'
compileJava.dependsOn clean
build.dependsOn publishToMavenLocal
publishing {
publications {
shadow(MavenPublication) {
from components.java
artifact shadowJar
artifactId 'eco'
}
}
}