groovy --devel 2.3.0-beta-2
Closes Homebrew/homebrew#28457. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cd521a39af
commit
0a54c5775d
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ class Groovy < Formula
|
|||
|
||||
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
|
||||
|
||||
devel do
|
||||
url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.3.0-beta-2.zip'
|
||||
sha1 '30c70cb68e3418c641c3b3ac8556aee5a1fe3f49'
|
||||
end
|
||||
|
||||
def install
|
||||
# Don't need Windows files.
|
||||
rm_f Dir["bin/*.bat"]
|
||||
|
|
Loading…
Reference in a new issue