-
Notifications
You must be signed in to change notification settings - Fork 91
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
Plugin update for grails version 6.1.1 and jdk 11 #120
Conversation
@Richardson-e Could you please review this pull-request? |
I ran into an issue with the 2.0.13 version of the Quartz plugin when upgrading from Grails 4.1.1 -> 6.1.1, so I tried building a local version from @fernando88to branch and that fixed my failing tests - so it looks very promising! Only thing is that when doing a |
|
@matrei Can you please look into this? |
@puneetbehl There is some overlap with #125. |
I am going to do |
Tasks that were done
This pull request presents a comprehensive refactoring of our plugin's unit tests, with the aim of ensuring full compatibility with the latest version of Grails.
Plugin update for grails version 6.1.1 and jdk 11
Create command for create-job
update documentation
Steps that remain to be taken