Skip to content

Commit 62ac3bd

Browse files
authored
Add grails plugin (#33)
1 parent 18f70b7 commit 62ac3bd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

sources/grails.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "grails",
3+
"manifestUrl": "https://github.com/verglor/vfox-grails/releases/download/manifest/manifest.json",
4+
"test": {
5+
"version": "6.2.0",
6+
"check": "grails --version",
7+
"resultRegx": "Grails Version:\\s+(\\d+\\.\\d+\\.\\d+)"
8+
}
9+
}

0 commit comments

Comments
 (0)