We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f70b7 commit 62ac3bdCopy full SHA for 62ac3bd
1 file changed
sources/grails.json
@@ -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