Dokka Gradle task should not relay progress logging to Gradle's lifecycle level #1690
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
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:
dokka/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/AbstractDokkaTask.kt
Line 94 in afb1f44
FWIW, the Dokka Maven goal does this differently and relays all progress logging to the info level:
dokka/runners/maven-plugin/src/main/kotlin/MavenDokkaLogger.kt
Line 12 in afb1f44
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.The text was updated successfully, but these errors were encountered: