Skip to content

Commit

Permalink
refactor: include docs should be shared among subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercoder-naj committed Jul 3, 2024
1 parent 6fc1b5f commit 40a0ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ subprojects {
remoteUrl.set(URI.create("https://github.com/cybercoder-naj/parkour/tree/main/${project.name}/src").toURL())
remoteLineSuffix.set("#L")
}
includes.from(fileTree(projectDir) {
include("**/docs.md")
})
}

pluginsMapConfiguration.set(
Expand Down
3 changes: 0 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ kotlin {
tasks.withType<DokkaTaskPartial>().configureEach {
dokkaSourceSets.configureEach {
moduleName.set("parkour")
includes.from(fileTree(projectDir) {
include("**/docs.md")
})
}
}

Expand Down

0 comments on commit 40a0ca4

Please sign in to comment.