gradle-bin: Update to version 8.3

This commit is contained in:
github-actions[bot] 2023-08-17 12:31:21 +00:00
parent cd32121a4e
commit e8aa88f968

View File

@ -1,14 +1,14 @@
{
"version": "8.2.1",
"version": "8.3",
"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-8.2.1-bin.zip",
"hash": "03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1",
"extract_dir": "gradle-8.2.1",
"url": "https://services.gradle.org/distributions/gradle-8.3-bin.zip",
"hash": "591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225",
"extract_dir": "gradle-8.3",
"post_install": [
"$current_env = env GRADLE_USER_HOME $global",
"If ($null -eq $current_env) {",