From efd106dc0ae1bd11bd802b1fb54a5e8017d2fe7b Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 25 Oct 2022 09:21:58 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-native/cavis-native-lib/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cavis-native/cavis-native-lib/build.gradle b/cavis-native/cavis-native-lib/build.gradle index e2a72cb9c..d0d23f5af 100644 --- a/cavis-native/cavis-native-lib/build.gradle +++ b/cavis-native/cavis-native-lib/build.gradle @@ -69,6 +69,12 @@ plugins { id 'signing' } +chipList.each{ thisChip -> + configurations { + findByName("${thisChip}SupportImplementation").setCanBeConsumed(true) + } +} + chipList.each {thisChip -> sourceSets.register("${thisChip}Support") { java {