bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
249 stars 121 forks source link

Fix a bug in refactoring GradleResolver #324

Closed johnynek closed 1 year ago

johnynek commented 1 year ago

the gradle resolver code looks superficially like the other resolvers, but it actually is not the same and has a different (but very similarly named) code path.

Clearly we need more tests and also possibly rethink the design.