gradle: Update to version 8.1

This commit is contained in:
github-actions[bot] 2023-04-12 16:27:13 +00:00
parent 982d482d89
commit 85d56ead87

View File

@ -1,14 +1,14 @@
{
"version": "8.0.2",
"version": "8.1",
"description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)",
"homepage": "https://gradle.org",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://services.gradle.org/distributions/gradle-8.0.2-all.zip",
"hash": "47a5bfed9ef814f90f8debcbbb315e8e7c654109acd224595ea39fca95c5d4da",
"extract_dir": "gradle-8.0.2",
"url": "https://services.gradle.org/distributions/gradle-8.1-all.zip",
"hash": "2cbafcd2c47a101cb2165f636b4677fac0b954949c9429c1c988da399defe6a9",
"extract_dir": "gradle-8.1",
"post_install": [
"$current_env = env GRADLE_USER_HOME $global",
"If ($null -eq $current_env) {",