mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
Added JSON manifest for Grails SDK
This commit is contained in:
parent
eae0d58c70
commit
08ad707e9d
15
grails.json
Normal file
15
grails.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://grails.org/",
|
||||||
|
"version": "3.0.1",
|
||||||
|
"license": "Apache 2.0",
|
||||||
|
"url": "https://github.com/grails/grails-core/releases/download/v3.0.1/grails-3.0.1.zip",
|
||||||
|
"hash": "c58da97ad7fb9635c6fb5631755501b97d6ce9ee6668dc12f0722928ffa5abee",
|
||||||
|
"extract_dir": "grails-3.0.1",
|
||||||
|
"bin": [
|
||||||
|
"bin\\grails.bat"
|
||||||
|
],
|
||||||
|
"set_env": {
|
||||||
|
"GRAILS_HOME": "$dir"
|
||||||
|
},
|
||||||
|
"depends": "openjdk"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user