gradle 6.1 (#49059)

This commit is contained in:
Sterling Greene 2020-01-17 12:36:28 -05:00 committed by FX Coudert
parent 43283ea2ea
commit 79f34e98c3

View file

@ -1,8 +1,8 @@
class Gradle < Formula
desc "Open-source build automation tool based on the Groovy and Kotlin DSL"
homepage "https://www.gradle.org/"
url "https://services.gradle.org/distributions/gradle-6.0.1-all.zip"
sha256 "6f6cfdbb12a577c3845522a1c7fbfe1295ea05d87edabedd4e23fd2bf02b88b1"
url "https://services.gradle.org/distributions/gradle-6.1-all.zip"
sha256 "634f972af958e3c753aeb42d7a688fab6820b527a0aef9eed03d7f3f6f9c7c06"
bottle :unneeded
@ -10,7 +10,7 @@ class Gradle < Formula
def install
rm_f Dir["bin/*.bat"]
libexec.install %w[bin docs lib samples src]
libexec.install %w[bin docs lib src]
(bin/"gradle").write_env_script libexec/"bin/gradle", Language::Java.overridable_java_home_env
end