Skip to content

Commit

Permalink
Add missing override annotation (#4828)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 2, 2025
1 parent 2a8bf2d commit 424575a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rewrite-gradle/src/main/groovy/RewriteGradleProject.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ interface DependencyHandlerSpec extends DependencyHandler {
Dependency earlib(Object... dependencyNotation)
Dependency earlib(Object dependencyNotation, @DelegatesTo(strategy=Closure.DELEGATE_ONLY, value= ExternalDependency) Closure closure)

@Override
void constraints(Action<? super DependencyConstraintHandler> configureAction)
}

Expand Down

0 comments on commit 424575a

Please sign in to comment.