Skip to content

Commit

Permalink
Merge branch 'master' into son/copy_java_info_to_project_side
Browse files Browse the repository at this point in the history
  • Loading branch information
xuansontrinh authored Oct 5, 2024
2 parents 10b801d + 075b146 commit 7f5a369
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 7f5a369

Please sign in to comment.