ScoopInstaller_Main/bucket/gradle-bin.json
ooknight 42488153cb
gradle: Set GRADLE_USER_HOME and persist .gradle (#4103)
Set the environment variable GRADLE_USER_HOME to the .gradle directory and persist this directory as per https://docs.gradle.org/current/userguide/build_environment.html
2022-11-15 10:00:06 +00:00

29 lines
953 B
JSON

{
"version": "7.5.1",
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
"homepage": "https://gradle.org",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://services.gradle.org/distributions/gradle-7.5.1-bin.zip",
"hash": "f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4",
"extract_dir": "gradle-7.5.1",
"env_set": {
"GRADLE_USER_HOME": "$dir\\.gradle"
},
"persist": ".gradle",
"bin": "bin\\gradle.bat",
"checkver": {
"url": "https://gradle.org/install/",
"regex": "The current Gradle release is version ([\\d.]+)"
},
"autoupdate": {
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "gradle-$version"
}
}