Add jenkinsfile for pipeline build and dockerfile for build

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

View File

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