3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-19 17:50:08 +02:00
Geyser/api/geyser/build.gradle.kts

10 Zeilen
201 B
Plaintext

2022-02-27 23:38:55 +01:00
dependencies {
api(projects.api)
}
publishing {
publications.named<MavenPublication>("mavenJava") {
groupId = rootProject.group as String + ".geyser"
artifactId = "api"
}
2022-02-27 23:38:55 +01:00
}