We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In version 6 of Grails, I noticed that the grails create-job command, used to create jobs when using the Quartz plugin, does not exist.
grails create-job
This command is essential for the quick and efficient creation of scheduled jobs and its absence significantly impacts the development workflow.
It would be ideal to reintegrate the create-job command into gradle.
create-job
The text was updated successfully, but these errors were encountered:
guillermocalvo
Successfully merging a pull request may close this issue.
In version 6 of Grails, I noticed that the
grails create-job
command, used to create jobs when using the Quartz plugin, does not exist.This command is essential for the quick and efficient creation of scheduled jobs and its absence significantly impacts the development workflow.
It would be ideal to reintegrate the
create-job
command into gradle.The text was updated successfully, but these errors were encountered: