From 9bc4009d10e99947fd451ac5235f0f1e54dfaa5c Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 30 Oct 2022 05:45:35 +0100 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 a2724ffd4..649ed8354 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -26,7 +26,7 @@ dependencies { && !sproj.name.equals("cavis-nd4j") && !sproj.name.equals("cavis-ui") && !sproj.name.equals("cavis-zoo")) { - implementation project(path: sproj.path, configuration: 'apiElements') + implementation project(path: sproj.path, configuration: 'runtimeElements') } } // if(withCpu) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportApiElements")