3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-20 02:00:07 +02:00
Geyser/api/geyser/build.gradle.kts
2022-08-24 04:53:13 +00:00

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"
}
}