diff --git a/bucket/gradle.json b/bucket/gradle.json index 4fe7cf2043..76f100a191 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "8.5", + "version": "8.6", "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.5-all.zip", - "hash": "c16d517b50dd28b3f5838f0e844b7520b8f1eb610f2f29de7e4e04a1b7c9c79b", - "extract_dir": "gradle-8.5", + "url": "https://services.gradle.org/distributions/gradle-8.6-all.zip", + "hash": "85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d", + "extract_dir": "gradle-8.6", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",