From 0d443b8edabcfc1f9344c9c485e46dfa33d41f0d Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 24 Oct 2022 10:47:43 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-full/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cavis-full/build.gradle b/cavis-full/build.gradle index d8a0de833..8197c5111 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -86,6 +86,10 @@ artifacts { } */ +shadowJar { + zip64 true //need this to support jars with more than 65535 entries +} + publishing { publications { mavenJava(MavenPublication) {