9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 16:09:24 +00:00

Fixed publications

This commit is contained in:
Auxilor
2023-03-28 14:55:23 +01:00
parent 392a76bad8
commit 1aa0a27c65

View File

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