Skip to content

Commit 84d3f53

Browse files
committed
Make sure that tests are executed.
1 parent b8ecd6e commit 84d3f53

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
@@ -89,6 +89,10 @@ sourceSets {
8989
}
9090
}
9191

92+
test {
93+
useJUnitPlatform()
94+
}
95+
9296
tasks.compileJava {
9397
excludes += ['module-info.java']
9498
modularity.inferModulePath = false

0 commit comments

Comments
 (0)