Skip to content

Commit 2a80e84

Browse files
committed
Test block to subprojects config
1 parent 2cb7482 commit 2a80e84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ subprojects {
1919
jvmTarget = '11'
2020
}
2121
}
22+
23+
test {
24+
useJUnitPlatform()
25+
}
2226
}

0 commit comments

Comments
 (0)