From 78f5f767f3f053b9a794cd1f0ddebf00e0f3d57a Mon Sep 17 00:00:00 2001 From: Bohan Hou <32121147+spectrometerHBH@users.noreply.github.com> Date: Tue, 2 May 2023 17:53:11 -0400 Subject: [PATCH] [JVM] Fix the Maven pom.xml for OS X arm64 tvm4j build This PR fixes the pom.xml for OSX, and also updated the Maven Javadoc plugin version number to the latest. --- jvm/native/osx-x86_64/pom.xml | 2 +- jvm/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jvm/native/osx-x86_64/pom.xml b/jvm/native/osx-x86_64/pom.xml index 3f76bb877d0b..e035a76a5647 100644 --- a/jvm/native/osx-x86_64/pom.xml +++ b/jvm/native/osx-x86_64/pom.xml @@ -120,7 +120,7 @@ under the License. -I../../../include -I${JAVA_HOME}/include - -I${JAVA_HOME}/include/linux + -I${JAVA_HOME}/include/darwin ${cflags} diff --git a/jvm/pom.xml b/jvm/pom.xml index 1aeaa0e57921..a7ac6d90da98 100644 --- a/jvm/pom.xml +++ b/jvm/pom.xml @@ -172,7 +172,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.5.0 attach-javadocs