build.gradle 319 B

12345678910111213141516
  1. /*
  2. * This file was generated by the Gradle 'init' task.
  3. *
  4. * This project uses @Incubating APIs which are subject to change.
  5. */
  6. plugins {
  7. id 'com.ruoyi.java-library'
  8. }
  9. dependencies {
  10. api 'org.quartz-scheduler:quartz'
  11. implementation project(':ruoyi-common')
  12. }
  13. description = 'ruoyi-quartz 定时任务'