ScoopInstaller_Main/groovy.json
Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

23 lines
628 B
JSON

{
"homepage": "http://groovy.codehaus.org/",
"version": "2.4.3",
"license": "Apache 2.0",
"url": "http://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip",
"hash": "b0c11d2ca5003956f1393138282a6e802af8c0033c5afdc8dc3af1e512e1dbe1",
"extract_dir": "groovy-2.4.3",
"bin": [
"bin\\grape.bat",
"bin\\groovy.bat",
"bin\\groovyc.bat",
"bin\\groovyConsole.bat",
"bin\\groovydoc.bat",
"bin\\groovysh.bat",
"bin\\java2groovy.bat",
"bin\\startGroovy.bat"
],
"set_env": {
"GROOVY_HOME": "$dir"
},
"depends": "openjdk"
}