Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-30 05:28:44 +01:00
parent 80aad3087a
commit d91d9db283
1 changed files with 35 additions and 33 deletions

View File

@ -7,6 +7,7 @@ plugins {
apply from: rootProject.projectDir.path+"/chooseBackend.gradle" apply from: rootProject.projectDir.path+"/chooseBackend.gradle"
dependencies { dependencies {
afterEvaluate {
//Todo clean this //Todo clean this
api platform(project(":cavis-common-platform")) api platform(project(":cavis-common-platform"))
//api "org.bytedeco:javacpp:1.5.7" //for some reason we needed to apply version numbers here, they do not end up in POM otherwise //api "org.bytedeco:javacpp:1.5.7" //for some reason we needed to apply version numbers here, they do not end up in POM otherwise
@ -57,6 +58,7 @@ dependencies {
} }
*/ */
} }
}
/* /*