feat: 添加 quartz 功能

This commit is contained in:
2023-12-15 19:53:21 +08:00
parent beb594b452
commit ec6d5dec65
4 changed files with 8 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ dependencies {
exclude(group = "org.jetbrains")
exclude(group = "com.google.code.gson")
}
implementation("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
}
tasks {