Skip to content

Commit

Permalink
Exclude private and package-private methods from japicmp analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Feb 25, 2024
1 parent 46b5a30 commit 684063f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assertj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
<version>${japicmp-maven-plugin.version}</version>
<configuration>
<parameter>
<!-- https://github.com/siom79/japicmp/issues/384 -->
<accessModifier>protected</accessModifier>
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
<onlyModified>true</onlyModified>
<reportOnlyFilename>true</reportOnlyFilename>
Expand Down

0 comments on commit 684063f

Please sign in to comment.