From 1ee6b7a2312b3c6288c04781775be4633c64f65e Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 12 Oct 2022 19:45:41 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-native/cavis-native-lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cavis-native/cavis-native-lib/build.gradle b/cavis-native/cavis-native-lib/build.gradle index 85e445b64..f5c623d56 100644 --- a/cavis-native/cavis-native-lib/build.gradle +++ b/cavis-native/cavis-native-lib/build.gradle @@ -485,7 +485,7 @@ if(! osdetector.os.startsWith("windows")) { publishing { publications { mavenJava(MavenPublication) { - log.quiet("Adding artifacts from task {} to the publication.", "${thisChip}SupportJar" ) + logger.quiet("Adding artifacts from task {} to the publication.", "${thisChip}SupportJar" ) artifact tasks.getByName("${thisChip}SupportJar") } }