grails / grails-quartz

This project provides integration of the Quartz scheduling framework into the Grails Framework
http://grails.org/plugin/quartz
Apache License 2.0
76 stars 90 forks source link

Couldn't find quartz plugin with Gradle dependency in Grails 3 #84

Closed mohamedibrahimak closed 7 years ago

mohamedibrahimak commented 7 years ago

Couldn't get any of the quartz 2.x version for Grails 3

build.gradle

repositories {
        mavenLocal()
        maven { url "https://repo.grails.org/grails/core" }
        maven { url "https://repo.grails.org/grails/plugins" }
        maven { url "http://dl.bintray.com/grails/plugins" }
}
...
compile "org.grails.plugins:quartz:2.0.9"

Error message:

Error:Could not find quartz.zip (org.grails.plugins:quartz:2.0.9).
Searched in the following locations:
    https://repo.grails.org/grails/core/org/grails/plugins/quartz/2.0.9/quartz-2.0.9.zip
Error:Could not find quartz.zip (org.grails.plugins:quartz:2.0.9).
Searched in the following locations:
    http://dl.bintray.com/grails/plugins/org/grails/plugins/quartz/2.0.9/quartz-2.0.9.zip