[Windows] Move the list of installed Java versions to toolset (#2369)
* added java to toolset * updated java tests * fixed windows2016.json * fixed tests * fixed java.Tests * fixed Java.Tests.ps1 Co-authored-by: Nikita Bykov <[email protected]>
This commit is contained in:
co-authored by
Nikita Bykov
parent
7457b9fecb
commit
d20a55914c
@@ -140,6 +140,12 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"java": {
|
||||
"default": "8",
|
||||
"versions": [
|
||||
"7", "8", "11", "13"
|
||||
]
|
||||
},
|
||||
"android": {
|
||||
"platform_min_version": "19",
|
||||
"build_tools_min_version": "19.1.0",
|
||||
|
||||
Reference in New Issue
Block a user