Skip to content

Commit

Permalink
Use JUnit platform (#916)
Browse files Browse the repository at this point in the history
Use JUnit platform

@ben-manes
  • Loading branch information
jaredsburrows authored Nov 26, 2024
1 parent f1ab493 commit 8e36f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ subprojects {
}

tasks.withType<Test>().configureEach {
useJUnitPlatform() // Ensure JUnit Platform is used if you are using JUnit 5 or Spock 2.x

testLogging {
exceptionFormat = FULL
showCauses = true
Expand Down

0 comments on commit 8e36f44

Please sign in to comment.