fixed wildcard ignore path

This commit is contained in:
Phred Lane 2024-02-16 21:16:42 -06:00 committed by GitHub
parent b6785b10c5
commit b245eed9b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@
</jacocoReports>
<excludes>
<exclude>**/generated-sources/**</exclude>
<exclude>**/generated-sources/**/*</exclude>
</excludes>
</configuration>
</plugin>