Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-16 04:50:07 +01:00
14 Zeilen
247 B
Plaintext
14 Zeilen
247 B
Plaintext
plugins {
|
|
id("geyser.api-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.baseApi)
|
|
}
|
|
|
|
publishing {
|
|
publications.named<MavenPublication>("mavenJava") {
|
|
groupId = rootProject.group as String + ".geyser"
|
|
artifactId = "api"
|
|
}
|
|
} |