Skip to content

Commit 6810678

Browse files
author
Isabella
committed
Change value for events under test logging in gradle build file
1 parent d221cd3 commit 6810678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ checkstyle {
7272

7373
test {
7474
testLogging {
75-
events "failed"
75+
events "started"
7676
exceptionFormat "full"
7777
}
7878
}

0 commit comments

Comments
 (0)