9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2026-01-04 15:31:51 +00:00

Fixed publications

This commit is contained in:
Auxilor
2023-03-28 14:56:27 +01:00
parent af911e468f
commit 1760869936

View File

@@ -9,6 +9,7 @@ publishing {
publications {
register("maven", MavenPublication::class) {
from(components["java"])
artifactId = rootProject.name
}
}
}