|
|
|
@ -16,11 +16,11 @@ repositories {
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation 'org.json:json:20230227'
|
|
|
|
|
compileOnly 'net.kyori:adventure-api:4.13.1'
|
|
|
|
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
|
|
|
|
compileOnly 'org.jetbrains:annotations:24.0.1'
|
|
|
|
|
|
|
|
|
|
testImplementation 'net.kyori:adventure-platform-bukkit:4.1.2'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
|
|
|
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
|
|
|
|
|
testImplementation 'net.kyori:adventure-platform-bukkit:4.3.0'
|
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
|
|
|
|
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
compileJava.options.encoding = 'UTF-8'
|
|
|
|
|