[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:
Nikita Bykov
2021-01-13 10:48:09 +03:00
committed by GitHub
co-authored by Nikita Bykov
parent 7457b9fecb
commit d20a55914c
5 changed files with 28 additions and 13 deletions
+6
View File
@@ -140,6 +140,12 @@
]
}
],
"java": {
"default": "8",
"versions": [
"7", "8", "11", "13"
]
},
"android": {
"platform_min_version": "19",
"build_tools_min_version": "19.1.0",