gradle.rst
changeset 2363 f71d7d499489
parent 2356 f4b0cdaf07db
child 2364 3ae6885e729f
--- a/gradle.rst	Thu May 16 00:01:04 2019 +0300
+++ b/gradle.rst	Sun May 19 23:25:08 2019 +0300
@@ -355,6 +355,10 @@
       exclude group: 'com.google.code.gson', module: 'gson'
   }
 
+  implementation project(':core'), {
+      exclude group: 'org.quartz-scheduler'
+  }
+
   configurations.all {
       exclude group: 'com.google.code.gson', module: 'gson'
   }