2021-07-02 15:00:24 +00:00

28 lines
917 B
JSON

{
"version": "3.3.14",
"description": "A powerful Groovy-based web application framework for the JVM built on top of Spring Boot.",
"homepage": "https://grails.org",
"license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://github.com/grails/grails-core/releases/download/v3.3.14/grails-3.3.14.zip",
"hash": "e5dd04758202168e4fc7c543682f7a711112e75634de45cafa6b65922370c459",
"extract_dir": "grails-3.3.14",
"bin": "bin\\grails.bat",
"env_set": {
"GRAILS_HOME": "$dir"
},
"checkver": {
"url": "https://github.com/grails/grails-core/releases",
"regex": "/grails-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/grails/grails-core/releases/download/v$version/grails-$version.zip",
"extract_dir": "grails-$version"
}
}