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

fix(build)!: Upgrade to Grails 6 #125

Closed matrei closed 6 months ago

matrei commented 6 months ago
CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

fernando88to commented 6 months ago

It's great to see this project being updated, congratulations.

One suggestion is to replace the 'grails create-job" command with a GrailsApplicationCommand, for example ./gradlew runCommand -Pargs="create-job MyJob"

matrei commented 6 months ago

One suggestion is to replace the 'grails create-job" command with a GrailsApplicationCommand, for example ./gradlew runCommand -Pargs="create-job MyJob"

@fernando88to I'm not sure I follow, create-job is a "first-class" Grails CLI command again since https://github.com/grails/grails-forge/pull/276