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:
Norman Maurer 2017-04-23 20:17:55 +02:00
parent 98beb777f8
commit 1c63cc8067

View File

@ -83,6 +83,7 @@
<asm.version>6.0_ALPHA</asm.version>
<!-- Skip as maven plugin not works with Java9 yet -->
<skipOsgiTestsuite>true</skipOsgiTestsuite>
<forbiddenapis.skip>true</forbiddenapis.skip>
</properties>
<activation>
<jdk>9</jdk>