Bump junit from 4 to 5 (#1997)

This commit is contained in:
Glavo
2023-01-14 01:48:38 +08:00
committed by GitHub
parent 00e8ae691c
commit 42dd877b97
9 changed files with 125 additions and 116 deletions

View File

@@ -38,7 +38,12 @@ subprojects {
}
dependencies {
"testImplementation"("junit:junit:4.12")
"testImplementation"("org.junit.jupiter:junit-jupiter:5.9.1")
}
tasks.withType<Test> {
useJUnitPlatform()
testLogging.showStandardStreams = true
}
configure<PublishingExtension> {