From 7cd0cd12cc99781df2d0dd4065ff97d38b27b6df Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 25 Oct 2022 09:17: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 7250b7861..e25089501 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -36,7 +36,7 @@ dependencies { } } */ - if(withCpu()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportCompileClasspath") + if(withCpu()) api project(path: ":cavis-native:cavis-native-lib", configuration: "implementation") //if(withCuda()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportCompileClasspath") /*