bazelbuild / rules_license

Apache License 2.0
80 stars 28 forks source link

rules_license lacks compatibility with the renamed package_metadat field #138

Closed Bencodes closed 10 months ago

Bencodes commented 10 months ago

The applicable_licenses field was renamed inside of Bazel which breaks license collection on the latest 8.x releases of Bazel.

https://github.com/bazelbuild/bazel//commit/e54078fbe408a77a55cdaec7f0b8b35b19ae3010

Bencodes commented 10 months ago

cc: @aiuto