[Windows] Add Java 21 (#8534)

This commit is contained in:
Vasilii Polikarpov
2023-10-13 15:45:18 +02:00
committed by GitHub
parent 36165e08cd
commit 8bc2448fe1
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@
],
"java": {
"default": "8",
"versions": [ "8", "11", "17" ]
"versions": [ "8", "11", "17", "21"]
},
"android": {
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",

View File

@@ -128,7 +128,7 @@
],
"java": {
"default": "8",
"versions": [ "8", "11", "17" ]
"versions": [ "8", "11", "17", "21"]
},
"android": {
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",