[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:
Mikhail Timofeev
2021-05-21 15:37:15 +03:00
committed by GitHub
parent 7ce21d8b0e
commit 589a58e707
5 changed files with 24 additions and 23 deletions

View File

@@ -72,7 +72,8 @@
"default": "8",
"versions": [
"8", "11", "12"
]
],
"maven": "3.8.1"
},
"android": {
"platform_min_version": "23",