Skip to content

Commit

Permalink
[feature] Recognize WORKSPACE.bzlmod files
Browse files Browse the repository at this point in the history
  • Loading branch information
agluszak committed Oct 5, 2024
1 parent 0cf662e commit dc9cb45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public ImmutableList<String> possibleBuildFileNames() {

@Override
public ImmutableList<String> possibleWorkspaceFileNames() {
return ImmutableList.of("WORKSPACE", "WORKSPACE.bazel");
return ImmutableList.of("WORKSPACE", "WORKSPACE.bazel", "WORKSPACE.bzlmod");
}

@Override
Expand Down

0 comments on commit dc9cb45

Please sign in to comment.