Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
565bc17cfb
commit
bc99c932cf
|
@ -84,7 +84,7 @@ artifacts {
|
|||
}
|
||||
|
||||
shadowJar {
|
||||
enabled false;
|
||||
enabled true;
|
||||
zip64 true //need this to support jars with more than 65535 entries
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue