Skip to content

Commit 6ee3895

Browse files
author
Alexander Preuß
committed
REMOVEBEFOREPUSH build setting intellij logs
1 parent 8dbe26a commit 6ee3895

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spring-pulsar/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ dependencies {
3434
testImplementation 'org.springframework:spring-test'
3535
testImplementation 'org.testcontainers:pulsar'
3636
}
37+
38+
test {
39+
useJUnitPlatform()
40+
testLogging {
41+
showStandardStreams = true
42+
events "passed", "failed"
43+
}
44+
}

0 commit comments

Comments
 (0)