Remove redundant 'useJUnitPlatform()' declarations

This commit is contained in:
Alva Swanson 2023-05-10 09:41:45 +02:00
parent 796205c7a6
commit 52ab467a65
No known key found for this signature in database
GPG Key ID: 004760E77F753090
2 changed files with 0 additions and 5 deletions

View File

@ -436,7 +436,6 @@ configure(project(':apitest')) {
}
test {
useJUnitPlatform()
outputs.upToDateWhen { false } // Don't use previously cached test outputs.
testLogging {
showStackTraces = true // Show full stack traces in the console.

View File

@ -34,7 +34,3 @@ dependencies {
testRuntimeOnly libs.javax.annotation
}
test {
useJUnitPlatform()
}