Skip to content

Commit

Permalink
build: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Jan 23, 2025
1 parent 1a6e12a commit 60e3448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tasks.withType(Groovydoc).configureEach {
tasks.withType(Test).configureEach {
useJUnitPlatform()
testLogging {
events('passed', 'skipped', 'failed')
events('passed', 'skipped', 'failed')
showExceptions = true
exceptionFormat = 'full'
showCauses = true
Expand Down

0 comments on commit 60e3448

Please sign in to comment.