rewrite
rewrite copied to clipboard
Upgrading Develocity plugin to v4
What's changed?
What's your motivation?
- Fixes https://github.com/openrewrite/rewrite/issues/5270
Anything in particular you'd like reviewers to focus on?
Anyone you would like to review specifically?
Have you considered any alternatives or workarounds?
Any additional context
Checklist
- [ ] I've added unit tests to cover both positive and negative cases
- [ ] I've read and applied the recipe conventions and best practices
- [ ] I've used the IntelliJ IDEA auto-formatter on affected files
So just a note, but this has some breaking potential if a user is utilizing a MethodMatcher against the parent type. It's a low chance, but just calling it out.
At this point, most Gradle recipes are being written in a more landmark orientated fashion due to the low type attribution.