Skip to content

Commit d2b47c3

Browse files
committed
add excluded files as jacoco is not compatible with java 24
1 parent 56c0a99 commit d2b47c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • gapic-generator-java-pom-parent

gapic-generator-java-pom-parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@
177177
</goals>
178178
<configuration>
179179
<propertyName>failsafe.jacoco.args</propertyName>
180+
<excludes>
181+
<exclude>sun/**</exclude>
182+
<exclude>jdk/**</exclude>
183+
<exclude>java/**</exclude>
184+
</excludes>
180185
</configuration>
181186
</execution>
182187
</executions>

0 commit comments

Comments
 (0)