build: 优化构建脚本
This commit is contained in:
@@ -6,19 +6,19 @@ dependencies {
|
||||
compileOnly 'com.google.code.gson:gson:2.8.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
|
||||
api 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
compileOnly 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-api
|
||||
api 'net.kyori:adventure-api:4.11.0'
|
||||
compileOnly 'net.kyori:adventure-api:4.11.0'
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-text-minimessage
|
||||
api 'net.kyori:adventure-text-minimessage:4.11.0'
|
||||
compileOnly 'net.kyori:adventure-text-minimessage:4.11.0'
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-api
|
||||
api 'net.kyori:adventure-platform-api:4.1.2'
|
||||
compileOnly 'net.kyori:adventure-platform-api:4.1.2'
|
||||
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-gson
|
||||
api 'net.kyori:adventure-text-serializer-gson:4.11.0'
|
||||
compileOnly 'net.kyori:adventure-text-serializer-gson:4.11.0'
|
||||
// https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-legacy
|
||||
api 'net.kyori:adventure-text-serializer-legacy:4.11.0'
|
||||
compileOnly 'net.kyori:adventure-text-serializer-legacy:4.11.0'
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
|
||||
|
Reference in New Issue
Block a user