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 20:00:03 +01:00

8 Zeilen
107 B
Plaintext

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