mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
14 lines
No EOL
247 B
Text
14 lines
No EOL
247 B
Text
plugins {
|
|
id("geyser.api-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.api)
|
|
}
|
|
|
|
publishing {
|
|
publications.named<MavenPublication>("mavenJava") {
|
|
groupId = rootProject.group as String + ".geyser"
|
|
artifactId = "api"
|
|
}
|
|
} |