Skip to content

Commit

Permalink
japicmp bug - does not understand new deprecations
Browse files Browse the repository at this point in the history
Leaving the original method untouched and adding deprecated causes this plugin to fail.  I tried without java.lang on it and that did not work either.  So I have just told it to ignore entire class.  It is still completely compatible with older version as nothing changed in that regard.  I feel that is a clear bug with japicmp but needed to get this up to the repo to verify the overall changes.
  • Loading branch information
hazendaz committed Oct 17, 2021
1 parent 43250f7 commit 4f18792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
<excludes>
<exclude>@java.lang.Deprecated</exclude>
<exclude>org.jsoup.internal.StringUtil</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit 4f18792

Please sign in to comment.