Skip to content

Commit 3c06927

Browse files
Add Java 21 to universal container (#865)
* Add Java 21 to universal container * The universal image only supports the two latest LTS versions Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
1 parent f3a70be commit 3c06927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"additionalVersions": "3.1"
4444
},
4545
"ghcr.io/devcontainers/features/java:1": {
46-
"version": "17",
47-
"additionalVersions": "11",
46+
"version": "21",
47+
"additionalVersions": "17",
4848
"installGradle": "true",
4949
"installMaven": "true"
5050
},

0 commit comments

Comments
 (0)