In case someone has the capacity to prepare a PR (...
# kotest-contributors
b
In case someone has the capacity to prepare a PR (I currently don't): there's still lots of `println`s in the gradle plugin used for debugging, when it really should be
project.logger.log(…)
. Functionally, this is irrelevant for the 6. release, but a cleanup wouldn't hurt. Just to clarify: I'm not talking about the console reporter, but lines like these
s
I've been adding those for local debugging, and removing them as I go after, but I didn't realize there was project.logger, so I'll update to include some actual useful logging that we can leave in. Thanks for the tip!
👍 1