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

Dokka Gradle task should not relay progress logging to Gradle's lifecycle level #1690

Closed
eskatos opened this issue Jan 8, 2021 · 2 comments
Labels
bug runner: gradle plugin v2 Issues fixed by Dokka Gradle Plugin v2 - see https://github.com/Kotlin/dokka/issues/3131 runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin
Milestone

Comments

@eskatos
Copy link
Contributor

eskatos commented Jan 8, 2021

Describe the bug
Dokka Gradle task is too verbose and clutters the build output.

The Dokka Gradle task currently relays all progress logging to the Gradle lifecycle level:

FWIW, the Dokka Maven goal does this differently and relays all progress logging to the info level:

override fun progress(message: String) = log.info(message)

Expected behaviour
Running the Dokka Gradle task doesn't show all progress logging in the build output by default.
Running Gradle with --info shows Dokka's progress logging.

@eskatos eskatos added the bug label Jan 8, 2021
@MarcinAman MarcinAman added the runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin label Jan 15, 2021
@MarcinAman MarcinAman added this to the 1.5.0 milestone Apr 21, 2021
@MarcinAman MarcinAman modified the milestones: 1.5.0, Stable Jul 7, 2021
@yalishevant yalishevant modified the milestones: Stable, Backlog Nov 7, 2022
@IgnatBeresnev IgnatBeresnev removed this from the Backlog milestone Aug 22, 2023
@eirnym
Copy link

eirnym commented Jul 4, 2024

@eskatos there was a PR. Unfortunately it has been rejected

@adam-enko adam-enko added the runner: gradle plugin v2 Issues fixed by Dokka Gradle Plugin v2 - see https://github.com/Kotlin/dokka/issues/3131 label Aug 28, 2024
@adam-enko adam-enko added this to the Dokka 2.0.0 milestone Aug 28, 2024
@whyoleg
Copy link
Collaborator

whyoleg commented Dec 16, 2024

Dokka Gradle plugin v2 doesn't log in lifecycle: #3833

@whyoleg whyoleg closed this as completed Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug runner: gradle plugin v2 Issues fixed by Dokka Gradle Plugin v2 - see https://github.com/Kotlin/dokka/issues/3131 runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin
Projects
None yet
Development

No branches or pull requests

7 participants