Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
badbc19eae
commit
565bc17cfb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue