From badbc19eae69b62b7d346d08a6f2878daa9771e3 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 26 Oct 2022 19:25:23 +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 c124dbac8..f77c1dbd5 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -28,7 +28,7 @@ dependencies { api sproj } } - api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportRuntimeElements") + api project(path: ":cavis-native:cavis-native-lib", configuration: "runtimeElements") /* api(projects.cavisNative.cavisNativeLib) { capabilities {