Exclude catalog modules from dokka
This commit is contained in:
@@ -122,7 +122,7 @@ subprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
subprojects.findAll {
|
subprojects.findAll {
|
||||||
it.name.startsWith("orx-")
|
it.name.startsWith("orx-") && !it.name.contains("-catalog")
|
||||||
}.each { subproject ->
|
}.each { subproject ->
|
||||||
dokka(project(subproject.path))
|
dokka(project(subproject.path))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user