Added JSON manifest for Grails SDK

This commit is contained in:
Jan L. Choike 2015-04-24 07:49:04 -04:00
parent eae0d58c70
commit 08ad707e9d

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"
}