Skip to content

Commit 27f69f2

Browse files
committed
Update Java toolchain version from 17 to 21
Updated the build.gradle to use Java 21 instead of Java 17 to match the available JDK in the build environment. This allows the project to build successfully.
1 parent db92517 commit 27f69f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description = 'John Q Walker Node Positioning Algorithm'
2424

2525
java {
2626
toolchain {
27-
languageVersion = JavaLanguageVersion.of(17)
27+
languageVersion = JavaLanguageVersion.of(21)
2828
}
2929
}
3030

0 commit comments

Comments
 (0)