aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorseanjreilly2015-02-19 10:18:52 +0000
committerMike McQuaid2015-02-19 11:08:54 +0000
commitd706f7da2c125d41dca8efa34f546471bb53e077 (patch)
tree825365a2dcbb08ce545353336d07dd6e27d47ab5 /Library
parent93cb425bfea8fa87772ea4d2d9cef6d0acee2612 (diff)
downloadhomebrew-d706f7da2c125d41dca8efa34f546471bb53e077.tar.bz2
gradle: remove devel as older than stable.
Closes #36958. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gradle.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/gradle.rb b/Library/Formula/gradle.rb
index 4e0d9f7e4..843a8c2e2 100644
--- a/Library/Formula/gradle.rb
+++ b/Library/Formula/gradle.rb
@@ -5,12 +5,6 @@ class Gradle < Formula
url 'https://downloads.gradle.org/distributions/gradle-2.3-bin.zip'
sha1 'db857319150aa8f90cfcc1df7991c0ef4bcd180a'
- devel do
- url 'https://services.gradle.org/distributions/gradle-2.3-rc-4-bin.zip'
- sha1 '0c501c06a4069a52f1afe2515540d1d76221596b'
- version '2.3-rc-4'
- end
-
def install
libexec.install %w[bin lib]
bin.install_symlink libexec+'bin/gradle'