Skip to content

Commit d432a4c

Browse files
koentsjeyrodiere
authored andcommitted
HHH-19816: Add Integration Tests for the Maven Enhance Plugin without using Maven Invoker
- Remove 'testLogging' during the 'integrationTest' execution Signed-off-by: Koen Aers <[email protected]>
1 parent 9183c3b commit d432a4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ tasks.register('integrationTest', Test) {
6767

6868
useJUnitPlatform()
6969

70-
testLogging {
71-
events "passed"
72-
}
7370
}
7471

7572
tasks.forbiddenApisIntTest {

0 commit comments

Comments
 (0)