From 1c63cc8067c7cd40c3e58772b4222560e67e6092 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sun, 23 Apr 2017 20:17:55 +0200 Subject: [PATCH] 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 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 40c3b0751f..1b51fab6b4 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,7 @@ 6.0_ALPHA true + true 9