Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
efd106dc0a
commit
400429a32f
|
@ -70,7 +70,9 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
chipList.each{ thisChip ->
|
chipList.each{ thisChip ->
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
create("${thisChip}SupportImplementation")
|
||||||
findByName("${thisChip}SupportImplementation").setCanBeConsumed(true)
|
findByName("${thisChip}SupportImplementation").setCanBeConsumed(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -434,14 +436,6 @@ chipList.each { thisChip ->
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
chipList.each{ thisChip ->
|
|
||||||
configurations {
|
|
||||||
implementation.extendsFrom findByName("${thisChip}SupportImplementation")
|
|
||||||
findByName("${thisChip}SupportImplementation").setCanBeConsumed(true)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
// options.setCompilerArgs(Arrays.asList("-Xlint:unchecked"))
|
// options.setCompilerArgs(Arrays.asList("-Xlint:unchecked"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue