Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-08 17:20:20 +01:00
16 Zeilen
343 B
Plaintext
16 Zeilen
343 B
Plaintext
plugins {
|
|
id("geyser.api-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.api)
|
|
|
|
implementation("net.kyori", "adventure-text-serializer-legacy", Versions.adventureVersion)
|
|
}
|
|
|
|
publishing {
|
|
publications.named<MavenPublication>("mavenJava") {
|
|
groupId = rootProject.group as String + ".geyser"
|
|
artifactId = "api"
|
|
}
|
|
} |