We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0488023 commit bf13757Copy full SHA for bf13757
build.gradle.kts
@@ -3,3 +3,9 @@ plugins {
3
eclipse
4
id("geyser.base-conventions")
5
}
6
+
7
+java {
8
+ toolchain {
9
+ languageVersion = JavaLanguageVersion.of(21)
10
+ }
11
+}
0 commit comments