Skip to content

Commit 6466f92

Browse files
authored
Merge pull request Homebrew#251814 from Homebrew/bump-gradle-9.2.0
gradle 9.2.0
2 parents 318f695 + d353f1d commit 6466f92

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/g/gradle.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Gradle < Formula
22
desc "Open-source build automation tool based on the Groovy and Kotlin DSL"
33
homepage "https://www.gradle.org/"
4-
url "https://services.gradle.org/distributions/gradle-9.1.0-all.zip"
5-
sha256 "b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85"
4+
url "https://services.gradle.org/distributions/gradle-9.2.0-all.zip"
5+
sha256 "16f2b95838c1ddcf7242b1c39e7bbbb43c842f1f1a1a0dc4959b6d4d68abcac3"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,8 +11,7 @@ class Gradle < Formula
1111
end
1212

1313
bottle do
14-
rebuild 1
15-
sha256 cellar: :any_skip_relocation, all: "ab0ce18f9ede373b7008766383c6a87f353d1578a9256ac752e899f12682d9a8"
14+
sha256 cellar: :any_skip_relocation, all: "41a3dfeca469b7c6f97f749f189d4aec7e9bba58a3c1cd8c1ca57c81cc8ce0c9"
1615
end
1716

1817
# https://github.com/gradle/gradle/blob/master/platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc

0 commit comments

Comments
 (0)