Merge pull request #344 from jlchoike/feature/add_grails

Added JSON manifest for Grails SDK
This commit is contained in:
Luke Sampson 2015-04-25 09:37:03 +10:00
commit b3cdb06bc5

15
grails.json Normal file
View File

@ -0,0 +1,15 @@
{
"homepage": "https://grails.org/",
"version": "3.0.1",
"license": "Apache 2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.0.1/grails-3.0.1.zip",
"hash": "c58da97ad7fb9635c6fb5631755501b97d6ce9ee6668dc12f0722928ffa5abee",
"extract_dir": "grails-3.0.1",
"bin": [
"bin\\grails.bat"
],
"set_env": {
"GRAILS_HOME": "$dir"
},
"depends": "openjdk"
}