We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc1b5f commit 40a0ca4Copy full SHA for 40a0ca4
build.gradle.kts
@@ -39,6 +39,9 @@ subprojects {
39
remoteUrl.set(URI.create("https://github.com/cybercoder-naj/parkour/tree/main/${project.name}/src").toURL())
40
remoteLineSuffix.set("#L")
41
}
42
+ includes.from(fileTree(projectDir) {
43
+ include("**/docs.md")
44
+ })
45
46
47
pluginsMapConfiguration.set(
core/build.gradle.kts
@@ -33,9 +33,6 @@ kotlin {
33
tasks.withType<DokkaTaskPartial>().configureEach {
34
dokkaSourceSets.configureEach {
35
moduleName.set("parkour")
36
- includes.from(fileTree(projectDir) {
37
- include("**/docs.md")
38
- })
0 commit comments