[Ubuntu] Move the list of installed Java versions to toolset (#2393)

* added java to toolset

* fixed java-tools and updated tests

* fixed java-tools.sh

* fixed tests

* fixed java.Tests

* fixed java versions check

* fixed Java.Tests.ps1

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
This commit is contained in:
Nikita Bykov
2021-01-13 10:47:03 +03:00
committed by GitHub
parent b42d8566f9
commit 7457b9fecb
5 changed files with 42 additions and 45 deletions

View File

@@ -67,6 +67,12 @@
]
}
],
"java": {
"default": "11",
"versions": [
"8", "11"
]
},
"android": {
"platform_min_version": "27",
"build_tools_min_version": "27.0.0",