perf: 优化代码
This commit is contained in:
@@ -7,14 +7,10 @@ dependencies {
|
||||
//noinspection VulnerableLibrariesLocal
|
||||
compileOnly 'com.google.code.gson:gson:2.8.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
|
||||
compileOnly 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-api
|
||||
compileOnly 'net.kyori:adventure-api:${adventure_version}'
|
||||
compileOnly "net.kyori:adventure-api:${adventure_version}"
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-api
|
||||
compileOnly "net.kyori:adventure-platform-api:${adventure_version}"
|
||||
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-text-minimessage
|
||||
compileOnly "net.kyori:adventure-text-minimessage:${adventure_serializer_version}"
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-gson
|
||||
|
Reference in New Issue
Block a user