Simon Mavi Stewart
Simon Mavi Stewart
We deleted the maven jar migrator in 647826ab3ab1d5a41000199302328d31228b248c, so I think it would be better to remove this from the module file entirely....
Surely `rules_android` is the right place for this? An aspect when you create the binaries there would make a lot of sense.
All the repositories with the same name are resolved together. This allows rulesets to contribute to the user’s jars easily and efficiently. This also implies that the default “maven” name...
@jianxx I'm not sure from your last comment whether you'd like us to review this patch, or leave it. Could you let us know, please?
This would be addressed by #807, since that delegates down to gradle's own resolver. Since that's not landed yet, the next place to address this is with the `coursier` project:...
The linked builds are shown to be passing. I'm not sure what the problem is. Could you please link to a recent failed build, against the current version of rules_jvm_external?
@krisnaru, can I help you in any way to get this one over the line? It'd be lovely to have this in the tree....
Duplicate artefacts are listed when the same artefact is in the list given to `maven_install`. Quite often, this is because you're pulling in a constant defined in another repo and...
You can move the build to use Bazel 6, so you'll only have one version of your `maven_deps` in the tree (in a `MODULE.bazel` file). Users of the library won't...
@hlawrence-cn, you should be able to select which version of guava you want by setting it in your `maven.install` tag. If the one from the root project isn't the one...