1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00
Files
Geyser/build.gradle.kts

12 lines
203 B
Plaintext

plugins {
// Ensure AP works in eclipse (no effect on other IDEs)
eclipse
id("geyser.base-conventions")
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
}