Skip to content

Commit 28bcdf4

Browse files
committed
Update Java version to 3.5.8 in pom.xml and adjust Java path in devcontainer.json; add VSCode settings for Java configuration
1 parent d8338aa commit 28bcdf4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"java.configuration.runtimes": [
1818
{
1919
"name": "JavaSE-21",
20-
"path": "/usr/local/sdkman/candidates/java/current"
20+
"path": "/usr/lib/jvm/msopenjdk-current"
2121
}
2222
]
2323
}

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"java.compile.nullAnalysis.mode": "automatic",
3+
"java.configuration.updateBuildConfiguration": "interactive"
4+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.4.0</version>
11+
<version>3.5.8</version>
1212
<relativePath/>
1313
</parent>
1414

0 commit comments

Comments
 (0)