You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting conflict in Grails 3.2.9 and plugin 2.0.13.
Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' to required type 'org.quartz.Scheduler' for property 'scheduler'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' to required type 'org.quartz.Scheduler' for property 'scheduler': no matching editors or conversion strategy found
I can attach a patch that seems to be solving it however I'm not sure it is a correct solution.
The text was updated successfully, but these errors were encountered:
I'm getting conflict in Grails 3.2.9 and plugin 2.0.13.
I can attach a patch that seems to be solving it however I'm not sure it is a correct solution.
The text was updated successfully, but these errors were encountered: