Skip to content

Commit

Permalink
[feature] Recognize WORKSPACE.bzlmod files (#6853)
Browse files Browse the repository at this point in the history
  • Loading branch information
agluszak authored Oct 5, 2024
1 parent 191d541 commit 075b146
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 075b146

Please sign in to comment.