From 55165c9e2c49b9b0bfbf746b677e64982d2fdb03 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 25 Oct 2022 14:06:35 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-full/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/cavis-full/build.gradle b/cavis-full/build.gradle index 8af560cd6..482504023 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -101,6 +101,7 @@ publishing { //dependencyNode.appendNode('classifier', 'linux-x86_64-avx2-cpu') //dependencyNode.appendNode('scope', 'compile') } + pom.println() } } }