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

Add flag to disable dumping Dokka config file #3961

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adam-enko
Copy link
Member

Dumping the Dokka config files is useful for debugging, but can interfere with task outputs.

Here we add a flag that disables the dumping the config file by default, but we enable it for our own tests.

Fix #3958

@adam-enko adam-enko added the runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin label Dec 18, 2024
@adam-enko adam-enko self-assigned this Dec 18, 2024
Dumping the Dokka config files is useful for debugging, but can interfere with task outputs.

Here we add a flag that disables the dumping the config file by default, but we enable it for our own tests.

Fix #3958
@adam-enko adam-enko force-pushed the adam/fix/3958-flag-disable-config-file-output branch from 8df567d to b08ecab Compare December 18, 2024 12:37
@adam-enko adam-enko marked this pull request as ready for review December 18, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Javadoc exposes absolute paths in dokka-configuration.json
1 participant