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