Skip to content

Commit

Permalink
refactor: OpenRewrite best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and app committed Sep 9, 2024
1 parent 83150ba commit 2d29e01
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,10 @@ public org.openrewrite.properties.tree.Properties visitEntry(Properties.Entry en
@RequiredArgsConstructor
private class UpdateGroovy extends GroovyVisitor<ExecutionContext> {
final DependencyVersionState acc;

@Nullable
GradleProject gradleProject;

final DependencyMatcher dependencyMatcher = new DependencyMatcher(groupId, artifactId, null);

@Override
Expand Down

0 comments on commit 2d29e01

Please sign in to comment.