fix: junit not needed for now

This commit is contained in:
Laureηt 2022-05-13 20:25:21 +02:00
parent 6808c97096
commit 2373f7f41d
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -15,7 +15,7 @@ repositories {
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
// testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
// testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
compileOnly 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT'
}