From d6aa54dbe081573f8d1c42cc985baf75c56fa963 Mon Sep 17 00:00:00 2001 From: austin Date: Sun, 29 Dec 2024 11:26:49 -0500 Subject: [PATCH] fix java version --- Jenkinsfile | 5 ----- pom.xml | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b89836..3447f14 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,11 +18,6 @@ pipeline { sh 'echo $JAVA_INCLUDE_PATH' } } - stage('Build (Engine)') { - steps { - sh 'mvn -B -DskipTests clean package' - } - } stage('Test') { steps { script { diff --git a/pom.xml b/pom.xml index 2863660..7d87dfc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ jar UTF-8 - 21 - 21 + 17 + 17 1.0.0-M2 nd4j-native