From 55c9d7d10ce16f05f0f6d27653123a337246796e Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 14 Oct 2022 23:38:41 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-full/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cavis-full/build.gradle b/cavis-full/build.gradle index 7b77b9c46..989cfb274 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -19,7 +19,7 @@ dependencies { //TODO for the two below.. either platform specific uber jars or a single big one with all platforms api group: "org.bytedeco", name: "javacpp", version: "1.5.7", classifier: "linux-x86_64" api group: "org.bytedeco", name: "javacpp", version: "1.5.7" - api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT', classifier: "linux-x86_64-avx2-cpu" + //api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT', classifier: "linux-x86_64-avx2-cpu" api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT' rootProject.getAllprojects().each { Project sproj -> if(!sproj.name.equals(name) && !sproj.name.equals("cavis-common-platform")