9
0
mirror of https://github.com/Auxilor/EcoJobs.git synced 2025-12-23 17:09:27 +00:00

Fixed publications

This commit is contained in:
Auxilor
2023-03-28 15:01:37 +01:00
parent c36509f3ed
commit 22d2fb6caf

View File

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