Joe McCall

Results 6 comments of Joe McCall

I'm not sure that diff you referenced related, since the "before" half of the diff would still disallow null due to groovy truth. But I do think you're on the...

@drennane I just checked in a sandbox application, and that is correct. Specifying the rules in `application.groovy` work as expected. Specifying them in `application.yml` causes the error.

I know this ticket is old, but in case anyone needs a work-around: * Disable quartz auto-startup in application.yml/application.groovy by setting `quartz.autoStartup` to `false` * Inject the `quartzScheduler` bean into...

FYI dependabot [no longer discourages new ecosystems.](https://github.com/dependabot/dependabot-core/commit/0f931f452e9e51a3996a010ca21c90115b7f80cf)

Just as another possibility, you could publish to JCenter. New Android Studio projects default to that repository now. It seems like a much simpler process, and apparently you can sync...