Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
460205101c
commit
f1695eb8ae
|
@ -160,6 +160,7 @@ dependencies {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
publishing {
|
||||
publications {
|
||||
myPlatform(MavenPublication) {
|
||||
|
@ -167,7 +168,7 @@ publishing {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
tasks.withType(GenerateModuleMetadata).configureEach {
|
||||
// The value 'enforced-platform' is provided in the validation
|
||||
|
|
|
@ -24,6 +24,9 @@ dependencies {
|
|||
&& !sproj.name.equals("cavis-nd4j")
|
||||
&& !sproj.name.equals("cavis-ui")
|
||||
&& !sproj.name.equals("cavis-zoo")) {
|
||||
api sproj
|
||||
}
|
||||
}
|
||||
|
||||
implementation(projects.cavisNative.cavisNativeLib) {
|
||||
capabilities {
|
||||
|
@ -31,10 +34,10 @@ dependencies {
|
|||
it.requireCapability(group: "net.brutex.cavis.cavis-native", name: "cavis-native-lib-cpu-support", version: project.version)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
tasks.getByName("jar") {
|
||||
|
||||
|
|
Loading…
Reference in New Issue