grails / grails-quartz

This project provides integration of the Quartz scheduling framework into the Grails Framework
http://grails.org/plugin/quartz
Apache License 2.0
76 stars 90 forks source link

'grails create-job' command does not exist in grails 6 #118

Closed fernando88to closed 8 months ago

fernando88to commented 10 months ago

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.