2021-10-12 16:01:50 +00:00

28 lines
913 B
JSON

{
"version": "5.0.0",
"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/v5.0.0/grails-5.0.0.zip",
"hash": "78f85854439b9f8ef3df630578ebe3b0f7a34814d0bdd22ec8f183c1b465c543",
"extract_dir": "grails-5.0.0",
"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"
}
}