|
|
@ -16,10 +16,10 @@ repositories {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
compileOnly 'net.william278:minedown:1.8.2'
|
|
|
|
compileOnly 'net.william278:minedown:1.8.2-9323e27'
|
|
|
|
compileOnly 'org.jetbrains:annotations:24.1.0'
|
|
|
|
compileOnly 'org.jetbrains:annotations:24.1.0'
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'net.william278:minedown:1.8.2'
|
|
|
|
testImplementation 'net.william278:minedown:1.8.2-9323e27'
|
|
|
|
testImplementation 'net.kyori:adventure-platform-bukkit:4.3.2'
|
|
|
|
testImplementation 'net.kyori:adventure-platform-bukkit:4.3.2'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
|
|
|
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
|
|
|
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
|
|
|
|