Skip to content

Commit

Permalink
Resolve build failure after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pswaminathan committed Aug 8, 2023
1 parent 881c2d0 commit 2023a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public GradleCoordinate getRegisteredDependency(GradleCoordinate coordinate) {
private Label getResolvedLabel(GradleCoordinate coordinate) {
return MavenArtifactLocator.forBuildSystem(Blaze.getBuildSystemName(module.getProject()))
.stream()
.map(locator -> locator.labelFor(coordinate))
.map(locator -> locator.labelFor(module.getProject(), coordinate))
.map(l -> new Label(l.toString()))
.findFirst()
.orElse(null);
Expand Down

0 comments on commit 2023a3a

Please sign in to comment.