Skip to content

Commit 07fcb58

Browse files
authored
Merge pull request #68 from valery1707/lazy-task-configuration
Configure test engine with lazy approach
2 parents 9136a3f + ed6f658 commit 07fcb58

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)