Skip to content

Commit

Permalink
Remove redundant 'useJUnitPlatform()' declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed May 13, 2023
1 parent 796205c commit 52ab467
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ dependencies {

testRuntimeOnly libs.javax.annotation
}

test {
useJUnitPlatform()
}

0 comments on commit 52ab467

Please sign in to comment.