Exclude Experimental API from japicmp check

This commit is contained in:
Andreas Dangel 2024-04-04 17:46:58 +02:00
parent 2c2a384c7d
commit d485225d1c
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -634,6 +634,7 @@
<breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>
<onlyModified>true</onlyModified>
<excludes>
<exclude>@net.sourceforge.pmd.annotation.Experimental</exclude>
<exclude>@net.sourceforge.pmd.annotation.InternalApi</exclude>
</excludes>
</parameter>