Open
Description
The company where I work uses_ bazel (just upgraded to 8, I think) for a very significant project, which they use for a framework for Google Cloud.
I need to be able to use Google Artifact Registry to resolve java dependencies in Bazel. I'm 90% certain that this capability currently doesn't exist.
Though I'm fine with adding it, java is not a language that I'm very familiar with, so I'd like some guidance on how I'd implement something that can take a "artifactregistry://" url and access it using google's oauth token. Since we're not yet using bzlmod, I think this will need to be configured through maven_install(), which is how we're setting up our other repos.
I appreciate any pointers.
Metadata
Metadata
Assignees
Labels
No labels