hi folks, I'm going to post some simple PRs to <ht...
# kotest-contributors
p
hi folks, I'm going to post some simple PRs to https://github.com/kotest/kotest-examples/ to update it, to hopefully reproduce an issue with kotest 6.0.0 I'm seeing in my project (ref). I think it has something to do with Gradle 9, but I'll just try to prove or disprove it via updating the examples, which will be for the benefit for everyone anyway
a
good luck
s
I have built on top of your work @Piotr Krzemiński and now master is green with all projects being executedhttps://github.com/kotest/kotest-examples/actions/runs/17146500625
🙌 1
p
thanks Sam! I managed to reproduce the problem I'm getting in my project by just bumping Gradle to 9.0.0. I created a bug: On Gradle 9, test task did not discover any tests to execute
s
thanks, will be able to get to that