gradle 2.10
use java_cache env for test Closes Homebrew/homebrew#47253. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
b306001a3d
commit
24fa2cc36b
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Gradle < Formula
|
||||
desc "Build system based on the Groovy language"
|
||||
homepage "https://www.gradle.org/"
|
||||
url "https://downloads.gradle.org/distributions/gradle-2.9-bin.zip"
|
||||
sha256 "c9159ec4362284c0a38d73237e224deae6139cbde0db4f0f44e1c7691dd3de2f"
|
||||
url "https://downloads.gradle.org/distributions/gradle-2.10-bin.zip"
|
||||
sha256 "66406247f745fc6f05ab382d3f8d3e120c339f34ef54b86f6dc5f6efc18fbb13"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
@ -12,6 +12,7 @@ class Gradle < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV.java_cache
|
||||
output = shell_output("#{bin}/gradle --version")
|
||||
assert_match /Gradle #{version}/, output
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue