Fixed artifact id name

This commit is contained in:
Auxilor
2021-01-19 17:10:45 +00:00
parent 4f65f33953
commit d2499b1e27

View File

@@ -18,6 +18,7 @@ publishing {
shadow(MavenPublication) {
from components.java
artifact shadowJar
artifactId 'eco'
}
}
}