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