From 2cdb0cf690f51045d3a41e22950757a0200d1107 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 24 Mar 2016 17:52:54 +0100 Subject: [PATCH] Temporarily comment quartz-scheduler external API --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17e6f50a47a..4dd4d7f6a33 100644 --- a/build.gradle +++ b/build.gradle @@ -205,7 +205,7 @@ configure(allprojects) { project -> "http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/", "http://ehcache.org/apidocs/${ehcacheVersion}", "http://ehcache.org/apidocs/${ehcache3Version}", - "http://quartz-scheduler.org/api/2.2.0/", + //"http://quartz-scheduler.org/api/2.2.0/", "http://fasterxml.github.io/jackson-core/javadoc/2.7/", "http://fasterxml.github.io/jackson-databind/javadoc/2.7/", "http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.7/",