diff --git a/bucket/gradle.json b/bucket/gradle.json index 0162b96cbe..4713c1cfee 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -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) {",