From 2aff97ad7dd04df825e8d193dd40391d54907e7c Mon Sep 17 00:00:00 2001 From: Mickael Gaillard Date: Sat, 23 Jun 2018 21:51:21 +0200 Subject: [PATCH] Fix build with openJDK-10 Signed-off-by: Mickael Gaillard --- .gitignore | 1 + src/idlc/src/pom.xml.in | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 027d8ea..e6ce123 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ gen.* .project .settings/ .vs/ +build/ diff --git a/src/idlc/src/pom.xml.in b/src/idlc/src/pom.xml.in index 0b1b59a..9767115 100644 --- a/src/idlc/src/pom.xml.in +++ b/src/idlc/src/pom.xml.in @@ -175,6 +175,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + +