We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126e81c commit 654d5c8Copy full SHA for 654d5c8
gradle/scripts/tests.gradle
@@ -1,7 +1,7 @@
1
test {
2
useJUnitPlatform()
3
testLogging {
4
- events "skipped", "failed", "passed"
+ events "skipped", "failed"
5
}
6
7
0 commit comments