Skip to content

Commit 5cf922b

Browse files
committed
build: declare JUnit5 usage to gradle
1 parent 101c459 commit 5cf922b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ subprojects {
1818
mavenCentral()
1919
}
2020

21+
test {
22+
useJUnitPlatform()
23+
}
2124
}

0 commit comments

Comments
 (0)