9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-28 11:29:20 +00:00

Fixed publications

This commit is contained in:
Auxilor
2023-03-28 14:57:24 +01:00
parent b91e859006
commit 0628d37e78

View File

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