Switch gradle-bin to gradle-all, add separate gradle-bin (#2150)

This commit is contained in:
Valeriy Zhirnov 2018-06-18 14:13:04 +03:00 committed by Richard Kuhnt
parent e7177eb63d
commit cba300c8aa
2 changed files with 29 additions and 3 deletions

26
gradle-bin.json Normal file
View File

@ -0,0 +1,26 @@
{
"homepage": "https://gradle.org",
"version": "4.8",
"license": "Apache-2.0",
"hash": "f3e29692a8faa94eb0b02ebf36fa263a642b3ae8694ef806c45c345b8683f1ba",
"url": "https://services.gradle.org/distributions/gradle-4.8-bin.zip",
"extract_dir": "gradle-4.8",
"bin": "bin\\gradle.bat",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"url": "https://gradle.org/install/",
"re": "The current Gradle release is version ([\\d.]+)"
},
"autoupdate": {
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
"extract_dir": "gradle-$version",
"hash": {
"url": "$url.sha256"
}
}
}

View File

@ -2,8 +2,8 @@
"homepage": "https://gradle.org",
"version": "4.8",
"license": "Apache-2.0",
"hash": "f3e29692a8faa94eb0b02ebf36fa263a642b3ae8694ef806c45c345b8683f1ba",
"url": "https://services.gradle.org/distributions/gradle-4.8-bin.zip",
"hash": "da9600da2a28a43f5f77364deecbb9b01c1ddb7d3ecafe1d5c93bcd8a8059ab1",
"url": "https://services.gradle.org/distributions/gradle-4.8-all.zip",
"extract_dir": "gradle-4.8",
"bin": "bin\\gradle.bat",
"suggest": {
@ -17,7 +17,7 @@
"re": "The current Gradle release is version ([\\d.]+)"
},
"autoupdate": {
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
"url": "https://services.gradle.org/distributions/gradle-$version-all.zip",
"extract_dir": "gradle-$version",
"hash": {
"url": "$url.sha256"