Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2022-10-26 19:43:30 +02:00
parent 565bc17cfb
commit bc99c932cf

View File

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