bazeltools / bazel-deps

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

simplify generate #335

Closed johnynek closed 1 year ago

johnynek commented 1 year ago

this refactors most of #332 and #89 so that check-only works for anything using the IO abstraction.

This allows check to just work for target files, resolution jsons, and poms.

cc @kevingessner

johnynek commented 1 year ago

note the CI did catch that e92579e was broken.

johnynek commented 1 year ago

closes #333