Update test suite version
This commit is contained in:
parent
2b2c15773f
commit
f1f5722e49
@ -15,8 +15,8 @@ repositories {
|
||||
dependencies {
|
||||
compileOnly(spigot("1.17.1"))
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.30")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.0")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.0")
|
||||
}
|
||||
|
||||
tasks.getByName<Test>("test") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user