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>
|
<maven.compiler.target>11</maven.compiler.target>
|
||||||
<!-- pax-exam does not work on latest Java12 EA 22 build -->
|
<!-- pax-exam does not work on latest Java12 EA 22 build -->
|
||||||
<skipOsgiTestsuite>true</skipOsgiTestsuite>
|
<skipOsgiTestsuite>true</skipOsgiTestsuite>
|
||||||
<!-- doesn't work with java16 -->
|
|
||||||
<skipJapicmp>true</skipJapicmp>
|
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
@ -933,7 +931,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.siom79.japicmp</groupId>
|
<groupId>com.github.siom79.japicmp</groupId>
|
||||||
<artifactId>japicmp-maven-plugin</artifactId>
|
<artifactId>japicmp-maven-plugin</artifactId>
|
||||||
<version>0.14.3</version>
|
<version>0.15.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<parameter>
|
<parameter>
|
||||||
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>
|
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user