You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my grails 5.0.1 instalation, the command generate-all is generating only the artifacts to the first domain. The command: grails generate-all business/ * --force
See below the domains list. Only the Area domais is considered for the command. Thanks.
Thanks
The text was updated successfully, but these errors were encountered:
Does the same thing happen if you use grails generate-all business/* --force instead of grails generate-all business/ * --force? Does grails generate-all business.* --force work?
In my grails 5.0.1 instalation, the command generate-all is generating only the artifacts to the first domain. The command: grails generate-all business/ * --force
See below the domains list. Only the Area domais is considered for the command. Thanks.
Thanks
The text was updated successfully, but these errors were encountered: