grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 9 forks source link

Create scheduled jobs #276

Closed guillermocalvo closed 5 months ago

guillermocalvo commented 6 months ago

Resolves https://github.com/grails/grails-quartz/issues/118

puneetbehl commented 6 months ago

It should only apply when the Quartz plugin is selected.

matrei commented 4 months ago

@guillermocalvo Doesn't the grails quartz plugin also have to be added to the dependencies in grails-forge-core/src/main/resources/pom.xml to be able to be looked up. When trying the 6.1.3-SNAPSHOT version with https://start.grails.org and adding the Quartz plugin, there is an error when clicking on Preview: Internal Server Error: Failed to find a match for the provided id: [quartz]

guillermocalvo commented 4 months ago

@matrei You're right. I just opened a pull request to fix that error. Thanks!