feat: 添加 quartz 功能
This commit is contained in:
@@ -14,9 +14,10 @@ dependencies {
|
||||
exclude(module = "adventure-api")
|
||||
exclude(group = "org.jetbrains")
|
||||
}
|
||||
implementation("com.zaxxer:HikariCP:4+") {
|
||||
implementation("com.zaxxer:HikariCP:4.0.3") {
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
implementation("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user