Closed Goooler closed 1 year ago
We can rebase these commits and replace @dependabot with @renovate-bot.
@Goooler thanks for this pull request. Can you justify why are you switching to renovate bot? I much prefer to use dependabot as it is built into GitHub now.
Can you justify why are you switching to renovate bot? I much prefer to use dependabot as it is built into GitHub now.
@renovate-bot can send the Gradle updates, and supports more kinds of dep updates.
Thanks. Lastly, is this PR going to be compatible with Gradle 7?
is this PR going to be compatible with Gradle 7?
It should work, maybe we should add more Gradle versions into test matrix.
Did a quick test at https://github.com/Goooler/gradle-test-logger-plugin/pull/27, seems need to fix some tests.
Edited: Not sure why these tests failed, but should not be relevant to the removal of Provider.forUseAtConfigurationTime
.
No problem, looks like some classes introduced in 7.6 are being used in your branch indirectly. I'll do some more checks later and merge this. Thanks once again.
Thanks once again for a great PR
Closes #321.