perf: 优化代码

This commit is contained in:
2022-10-24 02:12:54 +08:00
parent 9867bf9da9
commit f795289526
4 changed files with 12 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
exclude group: "*"
}
//noinspection GradlePackageUpdate
compileOnly('net.md-5:bungeecord-api:1.17-R0.1-SNAPSHOT')
compileOnly 'net.md-5:bungeecord-api:1.17-R0.1-SNAPSHOT'
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord
apiShade 'net.kyori:adventure-platform-bungeecord:4.1.2'