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
However, while on Grails 4.0.0, I run the command above, and the create-service command is missing, not allowing me to create a service within my Plugin Profile. When using the web-plugin profile, the create-service command will show.
Is this on purpose or should you be able to create services within the "plugin" profile? I notice in commit f50d790 the line "org.grails:grails-plugin-services" has been removed from under the provided: node
The following versions listedcreate-service when running grails profile-info plugin:
Hello,
According to the documentation https://grails-profiles.github.io/plugin/latest/guide/index.html#profileinfo when you run the command
grails profile-info plugin, you should seecreate-servicewithin the Provided Commands list.However, while on Grails 4.0.0, I run the command above, and the
create-servicecommand is missing, not allowing me to create a service within my Plugin Profile. When using the web-plugin profile, thecreate-servicecommand will show.Is this on purpose or should you be able to create services within the "plugin" profile? I notice in commit f50d790 the line
"org.grails:grails-plugin-services"has been removed from under theprovided:nodeThe following versions listed
create-servicewhen runninggrails profile-info plugin:4.0.0.RC2
4.0.0.RC1
4.0.0.M2
4.0.0.M1
Thanks,
Danny