Skip to content

Commit a77c0b5

Browse files
authored
Reenable JUnit Platform (williamfiset#390)
Thanks, I just checked the last commit and indeed no tests ran... Thanks for catching this
1 parent 3bd8aae commit a77c0b5

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
@@ -53,6 +53,10 @@ test {
5353
testLogging.showStandardStreams = true
5454
}
5555

56+
tasks.named('test', Test) {
57+
useJUnitPlatform()
58+
}
59+
5660
tasks.withType(JavaCompile) {
5761
options.encoding = 'UTF-8'
5862
options.compilerArgs += [

0 commit comments

Comments
 (0)