style: 代码结构优化
This commit is contained in:
@@ -26,13 +26,15 @@ dependencies {
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bukkit
|
||||
api 'net.kyori:adventure-platform-bukkit:4.1.2'
|
||||
oldJar 'net.kyori:adventure-platform-bukkit:4.1.2'
|
||||
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
|
||||
api 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
oldJar 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
|
||||
// // https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
|
||||
// api 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
// oldJar 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
|
||||
compileOnly 'com.zaxxer:HikariCP:5.0.1'
|
||||
//noinspection GradlePackageUpdate
|
||||
oldJar 'com.zaxxer:HikariCP:4.0.3'
|
||||
oldJar('com.zaxxer:HikariCP:4.0.3') exclude group: "org.slf4j"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
Reference in New Issue
Block a user