2019-05-20 10:01:35 +00:00

26 lines
755 B
JSON

{
"homepage": "https://grails.org/",
"version": "3.3.10",
"license": "Apache-2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.3.10/grails-3.3.10.zip",
"hash": "227b3f3c78e858d108565677aa35ae963df4297c366f82a999821d121d57d3d3",
"extract_dir": "grails-3.3.10",
"bin": "bin\\grails.bat",
"env_set": {
"GRAILS_HOME": "$dir"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"github": "https://github.com/grails/grails-core"
},
"autoupdate": {
"url": "https://github.com/grails/grails-core/releases/download/v$version/grails-$version.zip",
"extract_dir": "grails-$version"
}
}