mirror of
https://github.com/GeyserMC/Geyser.git
synced 2026-01-04 15:31:36 +00:00
Re-arrange groups and artefacts when publishing (#2899)
* Re-arrange groups and artefacts when publishing * Publish core jar
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
dependencies {
|
||||
api(projects.api)
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications.named<MavenPublication>("mavenJava") {
|
||||
groupId = rootProject.group as String + ".geyser"
|
||||
artifactId = "api"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user