Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Sep 29, 2023
1 parent 6cbdd4c commit ba79657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ dependencies {

testImplementation "org.springframework.boot:spring-boot-starter-test"
}

tasks.named('test') {
useJUnitPlatform()
}

0 comments on commit ba79657

Please sign in to comment.