Skip to content

Commit 3f1d53c

Browse files
committed
avoid Deprecated Gradle features
1 parent 548475c commit 3f1d53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ tasks.withType(Test) {
4949
languageVersion = JavaLanguageVersion.of(17)
5050
}
5151
testLogging {
52-
exceptionFormat "full"
52+
exceptionFormat = "full"
5353
events "started", "skipped", "passed", "failed"
54-
showStandardStreams true
54+
showStandardStreams = true
5555
}
5656
}
5757

0 commit comments

Comments
 (0)