Skip to content

Commit ed6f658

Browse files
committed
Configure test engine with lazy approach
1 parent 9136a3f commit ed6f658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tasks.withType<Javadoc> {
4747
options.encoding = "UTF-8"
4848
}
4949

50-
tasks.test {
50+
tasks.withType<Test> {
5151
useJUnitPlatform()
5252
testLogging {
5353
events("passed", "skipped", "failed")

0 commit comments

Comments
 (0)