Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grails 3 does not have wrapper?

Does Grails 3.0.x no longer have the ability to create wrappers anymore?

The documentation doesn't seem to have the Grails wrapper section anymore.

Is there an alternative way which we can use the gradle wrapper to execute grails commands such as create-controller?

like image 435
Julian Ooi Avatar asked Apr 02 '15 16:04

Julian Ooi


1 Answers

Does Grails 3.0.x no longer have the ability to create wrappers anymore?

No.

Is there an alternative way which we can use the gradle wrapper to execute grails commands such as create-controller?

Not for commands like create-controller, no.

We may re-introduce grailsw. File a feature request at https://github.com/grails/grails-core/issues if you would like to track that.

like image 133
Jeff Scott Brown Avatar answered Sep 29 '22 01:09

Jeff Scott Brown