Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit db29c8c

Browse files
committed
add missing config to use JUnit 5
1 parent 41c044e commit db29c8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ dependencies {
2626
compile 'com.google.guava:guava:16.0'
2727
testCompile 'org.junit.jupiter:junit-jupiter:5.4.0'
2828
}
29+
30+
test {
31+
useJUnitPlatform()
32+
}

0 commit comments

Comments
 (0)