Skip to content

Commit 771a4ca

Browse files
committed
Configure JUnit5
1 parent 9bd0143 commit 771a4ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java-client/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ tasks.getByName<ProcessResources>("processResources") {
5555
)
5656
}
5757

58+
tasks.withType<Test> {
59+
useJUnitPlatform()
60+
}
61+
5862
tasks.withType<Jar> {
5963
doFirst {
6064
if (rootProject.extra.has("gitHashFull")) {

0 commit comments

Comments
 (0)