Skip to content

Commit

Permalink
removed not used fields (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Viladrosa authored Nov 3, 2023
1 parent 588fdb9 commit bf550ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@ public static class Accumulator {
org.openrewrite.maven.AddDependency.Scanned mavenAccumulator;
}

@Nullable
org.openrewrite.gradle.AddDependency addGradleDependency;

@Nullable
org.openrewrite.maven.AddDependency addMavenDependency;


private org.openrewrite.gradle.AddDependency gradleAddDep() {
return new org.openrewrite.gradle.AddDependency(groupId, artifactId, version, versionPattern,
configuration, onlyIfUsing, classifier, extension, familyPattern, acceptTransitive);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ private AddDependency addDependency(String gav, String onlyIfUsing, @Nullable St
null,
null,
null,
null,
null,
null
);
}
Expand Down

0 comments on commit bf550ea

Please sign in to comment.