Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-19 15:59:59 +02:00
parent 28b1df3773
commit e5d45fb620
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ chipList.each {thisChip ->
} }
if(osdetector.os.startsWith("windows")) { //if(osdetector.os.startsWith("windows")) {
sourceSets { sourceSets {
main { main {
java { java {
@ -93,7 +93,7 @@ if(osdetector.os.startsWith("windows")) {
} }
} }
} }
} //}
java { java {