Publish closure compiler to registry.bazel.build
Hello, I'd love to be able to depend on closure compiler via bzlmod. I believe the only blocker preventing this module being published to bcr is the use of git_override() to depend on google_bazel_common. If google_bazel_common is on the bcr then we can remove the override and also publish closure compiler. I have opened an issue in that repo as well: https://github.com/google/bazel-common/issues/213
Would you be able to send us a pull request with the change you're asking for?
We have no knowledge of registry.bazel.build. If supporting it is as simple as a one-line change to one of our bazel build files, we're probably ok with doing that.
When creating the pull request, bear in mind that we don't actually know anything about this, and add comments appropriately.
hey Brad, certainly. I'll work on it once google/bazel-common has been published to the registry. I'm not totally sure what is involved in publishing, but I believe that we won't need to make any changes to this repo beyond removing the git_override(). To get it published to the registry itself, IIUC I'll just need to open a PR in https://github.com/bazelbuild/bazel-central-registry
Created PR #4226 to replace git_override
git_override has been removed from codebase, next step is to publish closure compiler to registry. I think this requires the repo owner to submit request?
@jzhan-canva, I'm sorry to say that I don't know how to submit the request you're talking about.