Skip to content

Commit bb643ea

Browse files
committed
Update Java toolchain from 17 to 21
- Java 21 is a newer LTS version with full backward compatibility - Required for current build environment - Compatible with Gradle 9.x requirements
1 parent d99c9d9 commit bb643ea

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)