Skip to content

Commit

Permalink
Merge pull request #25 from teogor/fix/workflow-publish-api-docs
Browse files Browse the repository at this point in the history
Fix Workflow: Publishing API Documentation
  • Loading branch information
teogor authored Aug 20, 2024
2 parents 56f5e30 + 8aef4b3 commit 7a0a369
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ winds {
}
}

val excludedModulesForWinds = listOf(
val modulesByPath = listOf(
":drifter-plugin",
":demo",
":demo:app",
":demo:module-unity",
)
Expand Down Expand Up @@ -189,7 +190,7 @@ apiValidation {
}

subprojects {
if (!excludeModules.contains(this@subprojects.name)) {
if (!modulesByPath.contains(this@subprojects.path)) {
apply<DokkaPlugin>()
}
}
Expand Down

0 comments on commit 7a0a369

Please sign in to comment.