Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
80aad3087a
commit
d91d9db283
|
@ -7,6 +7,7 @@ plugins {
|
|||
apply from: rootProject.projectDir.path+"/chooseBackend.gradle"
|
||||
|
||||
dependencies {
|
||||
afterEvaluate {
|
||||
//Todo clean this
|
||||
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
|
||||
|
@ -57,6 +58,7 @@ dependencies {
|
|||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue