Add jenkinsfile for pipeline build and dockerfile for build

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

View File

@ -1,6 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}
/*