build: 优化构建脚本

This commit is contained in:
2023-07-02 22:53:46 +08:00
parent ffdfcb1a8c
commit 11db46e8a3
2 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ dependencies {
implementation project(":core-common") transitive false
//noinspection GradlePackageUpdate
implementation "com.zaxxer:HikariCP:${HikariCP_version}"
implementation "com.zaxxer:HikariCP:${HikariCP_version}" exclude group: 'org.slf4j'
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord
implementation "net.kyori:adventure-platform-bungeecord:${adventure_version}" exclude group: 'org.jetbrains' exclude group: 'com.google.code.gson'
// https://mvnrepository.com/artifact/net.kyori/adventure-text-minimessage