build: 更新 adventure 版本
This commit is contained in:
@@ -7,17 +7,17 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":hamster-core-common")) { transitive = false }
|
||||
shade(project(":hamster-core-common")) { transitive = false }
|
||||
oldJar(project(":hamster-core-common")) { transitive = false }
|
||||
api project(":hamster-core-common") transitive false
|
||||
shade project(":hamster-core-common") transitive false
|
||||
oldJar project(":hamster-core-common") transitive false
|
||||
|
||||
//noinspection VulnerableLibrariesLocal
|
||||
compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
|
||||
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord
|
||||
api 'net.kyori:adventure-platform-bungeecord:4.1.2'
|
||||
shade 'net.kyori:adventure-platform-bungeecord:4.1.2'
|
||||
oldJar 'net.kyori:adventure-platform-bungeecord:4.1.2'
|
||||
api "net.kyori:adventure-platform-bungeecord:${adventure_version}"
|
||||
shade "net.kyori:adventure-platform-bungeecord:${adventure_version}"
|
||||
oldJar "net.kyori:adventure-platform-bungeecord:${adventure_version}"
|
||||
|
||||
// // https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
|
||||
// api 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
|
Reference in New Issue
Block a user