From 27aba5cc64bb938ac70eb97d39cdc64724d304f2 Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Mon, 13 Jul 2020 21:18:19 +0200 Subject: [PATCH] Add support for building using Java 9+ See-also: https://github.com/maven-nar/nar-maven-plugin/issues/313 --- neanderthal-mkl/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/neanderthal-mkl/pom.xml b/neanderthal-mkl/pom.xml index 04f4bb5..dd26020 100644 --- a/neanderthal-mkl/pom.xml +++ b/neanderthal-mkl/pom.xml @@ -66,6 +66,38 @@ + + java-9 + + [9,) + + + + + + maven-compiler-plugin + + + -h + ${project.build.directory}/nar/javah-include + + + + + + com.github.maven-nar + nar-maven-plugin + + + default-nar-javah + none + + + + + + + Linux