3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-28 06:01:10 +02:00
Geyser/api/build.gradle.kts
2024-02-25 22:59:41 +01:00

8 Zeilen
108 B
Plaintext

plugins {
id("geyser.publish-conventions")
}
dependencies {
api(libs.base.api)
api(libs.math)
}