gradle 3.3

Closes #8458.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Kenzie Togami 2017-01-03 15:47:26 -08:00 committed by Tomasz Pajor
parent 25504ad73d
commit 74edf37542

View file

@ -1,13 +1,13 @@
class Gradle < Formula
desc "Build system based on the Groovy language"
homepage "https://www.gradle.org/"
url "https://downloads.gradle.org/distributions/gradle-3.2.1-all.zip"
sha256 "0209696f1723f607c475109cf3ed8b51c8a91bb0cda05af0d4bd980bdefe75cd"
option "with-all", "Installs Javadoc, examples, and source in addition to the binaries"
url "https://downloads.gradle.org/distributions/gradle-3.3-all.zip"
sha256 "71a787faed83c4ef21e8464cc8452b941b5fcd575043aa29d39d15d879be89f7"
bottle :unneeded
option "with-all", "Installs Javadoc, examples, and source in addition to the binaries"
depends_on :java => "1.7+"
def install