Update japicmp plugin to support Java16+ (#11507)
Motivation: japicmp did fix some issues related to Java16+. Let's update so we can also enable it in later java versions Modifications: Update to 0.15.3 Result: Be able to use japicmp with all java versions
This commit is contained in:
parent
ae41a5c28b
commit
6c4c8fd6d4
4
pom.xml
4
pom.xml
@ -204,8 +204,6 @@
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<!-- pax-exam does not work on latest Java12 EA 22 build -->
|
||||
<skipOsgiTestsuite>true</skipOsgiTestsuite>
|
||||
<!-- doesn't work with java16 -->
|
||||
<skipJapicmp>true</skipJapicmp>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
@ -933,7 +931,7 @@
|
||||
<plugin>
|
||||
<groupId>com.github.siom79.japicmp</groupId>
|
||||
<artifactId>japicmp-maven-plugin</artifactId>
|
||||
<version>0.14.3</version>
|
||||
<version>0.15.3</version>
|
||||
<configuration>
|
||||
<parameter>
|
||||
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>
|
||||
|
Loading…
Reference in New Issue
Block a user