Simon Hutchinson
Simon Hutchinson
@mvysny @mshabarov @mcollovati I forked the flow-gradle-plugin and rewrote it to support Gradle's Java toolchains. The code is just a proof of concept and is unsuitable for a PR. I...
Thanks for getting back to me @timtebeek. I have created a [PR](https://github.com/openrewrite/rewrite/pull/4376) with the failing test.
Thanks @shanman190. If someone could outline a high-level solution, along with any areas of potential difficulty, or point me to some specific areas to familiarize myself with, then I'd be...
Thanks @shanman190. I will take a look
@shanman190 The issue was that the dependencies block is not being picked up as a `DependencyHandlerSpec`. I have updated my [PR](https://github.com/openrewrite/rewrite/pull/4376/files). This is not a complete solution, but was sufficient...
@shanman190 - Cool. That's a much better solution
@shanman190 I have picked this issue up again as this PR https://github.com/openrewrite/rewrite/pull/4354 seems to have stalled, and we need this functionality. I have implemented the trait approach from above, and...
Closing as fixed by https://github.com/openrewrite/rewrite/pull/4376
No problem. I haven't stepped through yet. I am about to go on vacation for a week so will hopefully pick it up on my return unless someone else does.
@shanman190 @ryanwalker - I am happy to wait for Ryan to complete his PR on ChangeDependency and then work for UpgradeDependency. Once we have a working solution, it should be...