2020-02-21 19:01:50 +00:00

27 lines
864 B
JSON

{
"homepage": "https://grails.org/",
"description": "A powerful Groovy-based web application framework for the JVM built on top of Spring Boot.",
"version": "4.0.2",
"license": "Apache-2.0",
"url": "https://github.com/grails/grails-core/releases/download/v4.0.2/grails-4.0.2.zip",
"hash": "897496c61b6d87fb61e5adf3d0ba27783cb779c4492930d1c8ad7e603bf9c267",
"extract_dir": "grails-4.0.2",
"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"
}
}