Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
471657fef7
commit
0d443b8eda
|
@ -86,6 +86,10 @@ artifacts {
|
|||
}
|
||||
*/
|
||||
|
||||
shadowJar {
|
||||
zip64 true //need this to support jars with more than 65535 entries
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
|
Loading…
Reference in New Issue