aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-08-19 12:21:31 -0700
committerAdam Vandenberg2011-08-19 12:21:31 -0700
commit00d8a8163f1f6532b5af3c0761de7d4e8bf86fcd (patch)
tree681c3f4abc9b24c9cc7794aafb332c030ca6abca /Library
parent5d4708c01622c584acf40910200a7c86824b8a57 (diff)
downloadhomebrew-00d8a8163f1f6532b5af3c0761de7d4e8bf86fcd.tar.bz2
gradle: 1.0-milestone-3
milestone-4 had regressions, so reverting this change. See: https://github.com/mxcl/homebrew/pull/6873#issuecomment-1854391 This reverts commit cf9db7404f6389dac14e8af3efcf31ca653a76e0.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gradle.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gradle.rb b/Library/Formula/gradle.rb
index 431c3c58d..4c9e81426 100644
--- a/Library/Formula/gradle.rb
+++ b/Library/Formula/gradle.rb
@@ -2,9 +2,9 @@ require 'formula'
class Gradle < Formula
homepage 'http://www.gradle.org/'
- version '1.0-milestone-4'
- url 'http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-4-all.zip'
- md5 'f576fe1b165facd67b5647020031ad83'
+ version '1.0-milestone-3'
+ url 'http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-all.zip'
+ md5 'e3e01c894da324654da044089e6842ea'
def install
rm_f Dir["bin/*.bat"]