mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[Ubuntu] Change java-tools script to retrieve the latest major Gradle version (#3385)
* Change java-tools script to retrieve the latest major gradle version * Change gradle installation to use manifest json. Use download_with_retries function * Move maven version to the toolset
This commit is contained in:
@@ -72,7 +72,8 @@
|
||||
"default": "8",
|
||||
"versions": [
|
||||
"8", "11", "12"
|
||||
]
|
||||
],
|
||||
"maven": "3.8.1"
|
||||
},
|
||||
"android": {
|
||||
"platform_min_version": "23",
|
||||
|
||||
Reference in New Issue
Block a user