We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb7482 commit 2a80e84Copy full SHA for 2a80e84
build.gradle
@@ -19,4 +19,8 @@ subprojects {
19
jvmTarget = '11'
20
}
21
22
+
23
+ test {
24
+ useJUnitPlatform()
25
+ }
26
0 commit comments