Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out Of Date Instructions For Creating A Plugin #944

Open
jeffscottbrown opened this issue Dec 30, 2024 · 0 comments
Open

Out Of Date Instructions For Creating A Plugin #944

jeffscottbrown opened this issue Dec 30, 2024 · 0 comments
Labels

Comments

@jeffscottbrown
Copy link
Member

jeffscottbrown commented Dec 30, 2024

From docs.grails.org/7.0.0-M1/guide/plugins.html#creatingAndInstallingPlugins:

In Grails 3.0 you should consider whether the plugin you create requires a web environment or whether the plugin can be used with other profiles. If your plugin does not require a web environment then use the "plugin" profile instead of the default "web-plugin" profile:

grails create-plugin <<PLUGIN NAME>> --profile=plugin

The docs shouldn't call out "In Grails 3.0..." and the sample command shown does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant