ScoopInstaller_Main/grails.json

25 lines
732 B
JSON

{
"homepage": "https://grails.org/",
"version": "3.2.6",
"license": "Apache 2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.2.6/grails-3.2.6.zip",
"hash": "58d587b81dcafdea8185426c2960fe8ca01156c8d3abe775da44710f7b478d05",
"extract_dir": "grails-3.2.6",
"bin": [
"bin\\grails.bat"
],
"env_set": {
"GRAILS_HOME": "$dir"
},
"suggest": {
"JDK": [ "extras/oraclejdk", "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"
}
}