-
Notifications
You must be signed in to change notification settings - Fork 93
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
version 2.0.13 is not working with Grails 4.0.0.M2 #107
Comments
Hi, I have same problem. A temporary solution is add this dependency:
|
All kudos for @mobilemindtec however here is whole working workaround for Grails 4.0.1:
(order of dependencies matters) |
hi |
didn't work |
I'm using grails 5.3.4, getting the following error:
I have added this in build.gradle
|
Jobs started working after I upgrade the grails version to 5.3.5, it does not work in 5.3.4 |
The current version of the plugin seems not to work with Grails 4.0.0.M2
Simply created a test application
grails create-app testQuartz
Added the plugin dependency into build.gradle
compile 'org.grails.plugins:quartz:2.0.13'
The following exception occurs
The text was updated successfully, but these errors were encountered: