Revert "gradle 1.0-milestone-4"
This reverts commit 4b1230ccc0e0ed70cc79449106e76cf5ebcc3933, for the same reason as the previous revert, committed in 00d8a81. milestone-4 has regressions, and was withdrawn, see the offical announcement here: http://wiki.gradle.org/display/GRADLE/2011/08/18/Gradle+1.0-milestone-4+withdrawn Closes Homebrew/homebrew#7924. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0b2e5d88d1
commit
7799d2a43e
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
||||||
|
|
||||||
class Gradle < Formula
|
class Gradle < Formula
|
||||||
homepage 'http://www.gradle.org/'
|
homepage 'http://www.gradle.org/'
|
||||||
version '1.0-milestone-4'
|
version '1.0-milestone-3'
|
||||||
url 'http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-4-all.zip'
|
url 'http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-all.zip'
|
||||||
md5 'f576fe1b165facd67b5647020031ad83'
|
md5 'e3e01c894da324654da044089e6842ea'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
rm_f Dir["bin/*.bat"]
|
rm_f Dir["bin/*.bat"]
|
||||||
|
|
Loading…
Reference in a new issue