Bump junit from 4 to 5 (#1997)
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user