bump java to jdk 25, update vscode

This commit is contained in:
2025-11-14 14:49:27 -05:00
parent 87fb95c1bd
commit 597393a58c
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

View File

@@ -18,7 +18,7 @@ version = '1.0'
// Apply a specific Java toolchain to ease working on different environments. // Apply a specific Java toolchain to ease working on different environments.
java { java {
toolchain { toolchain {
languageVersion = JavaLanguageVersion.of(24) languageVersion = JavaLanguageVersion.of(25)
} }
} }