Thanks to visit codestin.com
Credit goes to github.com

Skip to content

6.x - println pollutes build output on every Gradle run #5041

@mateuszkwiecinski

Description

@mateuszkwiecinski

Which version of Kotest are you using
6.0.1

Actual result:
I noticed 6.x Gradle plugin became very noisy when applied to multi-module project. On every configuration phase it prints tons of Configuring kotest task logs ("number of targets" times "number of gradle modules with kotest plugin applied").

Image

Looking at the source code this is because the usage of print calls

.

Expected result:
lifecycle task like information the test has been configured is moved to logger.info() or lower, not printed by defult on every run, to avoid obscuring build output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions