We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99c9d9 commit bb643eaCopy full SHA for bb643ea
1 file changed
build.gradle
@@ -24,7 +24,7 @@ description = 'John Q Walker Node Positioning Algorithm'
24
25
java {
26
toolchain {
27
- languageVersion = JavaLanguageVersion.of(17)
+ languageVersion = JavaLanguageVersion.of(21)
28
}
29
30
0 commit comments