mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Added Java version to build.gradle.kts (#5980)
This commit is contained in:
@@ -3,3 +3,9 @@ plugins {
|
||||
eclipse
|
||||
id("geyser.base-conventions")
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user