Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-26 19:43:30 +02:00
parent 565bc17cfb
commit bc99c932cf
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ artifacts {
}
shadowJar {
enabled false;
enabled true;
zip64 true //need this to support jars with more than 65535 entries
}