Convert StreamSBExtractor to lib (#926)
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
include(":core")
|
||||
|
||||
listOf("dataimage", "dood-extractor").forEach {
|
||||
include(":lib-$it")
|
||||
project(":lib-$it").projectDir = File("lib/$it")
|
||||
File(rootDir, "lib").eachDir {
|
||||
val libName = it.name
|
||||
include(":lib-$libName")
|
||||
project(":lib-$libName").projectDir = File("lib/$libName")
|
||||
}
|
||||
|
||||
if (System.getenv("CI") == null || System.getenv("CI_MODULE_GEN") == "true") {
|
||||
|
Reference in New Issue
Block a user