Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-24 10:47:43 +02:00
parent 471657fef7
commit 0d443b8eda
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@ artifacts {
}
*/
shadowJar {
zip64 true //need this to support jars with more than 65535 entries
}
publishing {
publications {
mavenJava(MavenPublication) {