We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c029d4f commit d3a8988Copy full SHA for d3a8988
1 file changed
java-showcase/gapic-showcase/pom.xml
@@ -254,6 +254,9 @@
254
<groupId>org.apache.maven.plugins</groupId>
255
<artifactId>maven-compiler-plugin</artifactId>
256
<configuration>
257
+ <excludes>
258
+ <exclude>**/com/google/showcase/v1beta1/it/logging/TestMdcAppender.java</exclude>
259
+ </excludes>
260
<testExcludes>
261
<testExclude>**/com/google/showcase/v1beta1/it/*.java</testExclude>
262
<testExclude>**/com/google/showcase/v1beta1/it/logging/ITLoggingDisabled.java</testExclude>
0 commit comments