From f1a0a66021c2b418c20b5039d514352514e590d4 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 14 Oct 2022 17:07:14 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-full/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cavis-full/build.gradle b/cavis-full/build.gradle index b3d2231e5..62b16a2bd 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -17,8 +17,8 @@ dependencies { api 'org.slf4j:slf4j-simple:2.0.3' api 'org.slf4j:slf4j-api:2.0.3' //TODO for the two below.. either platform specific uber jars or a single big one with all platforms - //api group: "org.bytedeco", name: "javacpp", classifier: "linux-x64_86" - //api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT', classifier: "linux-x86_64-avx2-cpu" + api group: "org.bytedeco", name: "javacpp", classifier: "linux-x64_86" + api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT', classifier: "linux-x86_64-avx2-cpu" rootProject.getAllprojects().each { Project sproj -> if(!sproj.name.equals(name) && !sproj.name.equals("cavis-common-platform")