mirror of
https://github.com/actions/runner-images.git
synced 2026-01-05 01:35:22 +08:00
[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:
@@ -67,6 +67,12 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"java": {
|
||||
"default": "11",
|
||||
"versions": [
|
||||
"8", "11"
|
||||
]
|
||||
},
|
||||
"android": {
|
||||
"platform_min_version": "27",
|
||||
"build_tools_min_version": "27.0.0",
|
||||
|
||||
Reference in New Issue
Block a user