Skip to content

Commit

Permalink
Configure JUnit5
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Jun 21, 2022
1 parent d3fd2d4 commit 7735ed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ tasks.getByName<ProcessResources>("processResources") {
)
}

tasks.withType<Test> {
useJUnitPlatform()
}

tasks.withType<Jar> {
doFirst {
if (rootProject.extra.has("gitHashFull")) {
Expand Down

0 comments on commit 7735ed4

Please sign in to comment.