1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 06:49:28 +00:00

Added Java version to build.gradle.kts (#5980)

This commit is contained in:
Thomas
2025-11-11 22:16:45 +01:00
committed by GitHub
parent 0488023829
commit bf13757bdc

View File

@@ -3,3 +3,9 @@ plugins {
eclipse
id("geyser.base-conventions")
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
}