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 e98c00c commit f7be31cCopy full SHA for f7be31c
1 file changed
examples/build.gradle.kts
@@ -10,4 +10,10 @@ subprojects {
10
}
11
12
13
+
14
+ plugins.withId("java") {
15
+ the<JavaPluginExtension>().toolchain {
16
+ languageVersion.set(JavaLanguageVersion.of(21))
17
+ }
18
19
0 commit comments