mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 06:49:28 +00:00
12 lines
203 B
Plaintext
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)
|
|
}
|
|
}
|