Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'includes' ignored when using 'dokkaGfmCollector' or 'dokkaJekyllCollector' or 'dokkaJavadocCollector' or 'dokkaHtmlCollector' #3545

Open
Zumisha opened this issue Mar 19, 2024 · 1 comment
Labels

Comments

@Zumisha
Copy link

Zumisha commented Mar 19, 2024

Describe the bug
Incorrect generation index file - dokkaSourceSets includes configuration ignored

Expected behaviour
dokkaSourceSets includes configuration applied

Screenshots

dokkaGfmCollector
image

dokkaJekyllCollector
image

dokkaJavadocCollector
image
image

dokkaHtmlCollector
image

To Reproduce
run dokkaGfmCollector or dokkaJekyllCollector or dokkaJavadocCollector or dokkaHtmlCollector task

Dokka configuration

// subpoject build.gradle.kts

tasks.withType<DokkaTaskPartial>().configureEach {
    dokkaSourceSets.configureEach {
        includes.from(file("package-info.md"))
    }
}
// subpoject package-info.md

# sample

# Package com.sample.models
Sample Data Models

Installation

  • Operating system: macOS
  • Build tool: Gradle v7.6.3
  • Dokka version: 1.9.20
@Zumisha Zumisha added the bug label Mar 19, 2024
@Zumisha
Copy link
Author

Zumisha commented Mar 19, 2024

Related feature #3544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant