mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
0163e33693
* Re-arrange groups and artefacts when publishing * Publish core jar
10 lines
No EOL
201 B
Text
10 lines
No EOL
201 B
Text
dependencies {
|
|
api(projects.api)
|
|
}
|
|
|
|
publishing {
|
|
publications.named<MavenPublication>("mavenJava") {
|
|
groupId = rootProject.group as String + ".geyser"
|
|
artifactId = "api"
|
|
}
|
|
} |