Skip to content

Commit 8bc2448

Browse files
[Windows] Add Java 21 (#8534)
1 parent 36165e0 commit 8bc2448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/win/toolsets/toolset-2019.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"java": {
146146
"default": "8",
147-
"versions": [ "8", "11", "17" ]
147+
"versions": [ "8", "11", "17", "21"]
148148
},
149149
"android": {
150150
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",

images/win/toolsets/toolset-2022.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
],
129129
"java": {
130130
"default": "8",
131-
"versions": [ "8", "11", "17" ]
131+
"versions": [ "8", "11", "17", "21"]
132132
},
133133
"android": {
134134
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",

0 commit comments

Comments
 (0)