Skip forbidden API check when building with java9 for now
Motivation: There needs to be some work be done to allow using forbidden API check plugin when using java9. Modifications: Skip forbidden API check when using java9 Result: Builds again with java9
This commit is contained in:
parent
98beb777f8
commit
1c63cc8067
1
pom.xml
1
pom.xml
@ -83,6 +83,7 @@
|
|||||||
<asm.version>6.0_ALPHA</asm.version>
|
<asm.version>6.0_ALPHA</asm.version>
|
||||||
<!-- Skip as maven plugin not works with Java9 yet -->
|
<!-- Skip as maven plugin not works with Java9 yet -->
|
||||||
<skipOsgiTestsuite>true</skipOsgiTestsuite>
|
<skipOsgiTestsuite>true</skipOsgiTestsuite>
|
||||||
|
<forbiddenapis.skip>true</forbiddenapis.skip>
|
||||||
</properties>
|
</properties>
|
||||||
<activation>
|
<activation>
|
||||||
<jdk>9</jdk>
|
<jdk>9</jdk>
|
||||||
|
Loading…
Reference in New Issue
Block a user