Skip to content

Commit 402ca79

Browse files
committed
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 <koen.aers@gmail.com>
1 parent d0b0c6a commit 402ca79

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)