google / bazel-common

Common functionality for Google's open-source libraries that are built with bazel.
Apache License 2.0
84 stars 40 forks source link

Update deleted JavaInfo fields in javadoc.bzl #171

Closed hvadehra closed 1 year ago

hvadehra commented 1 year ago

The fields have been deprecated since 2021, and dropped in Bazel@HEAD

transitive_deps -> transitive_compile_time_jars

transitive_runtime_deps -> transitive_runtime_jars

Fixes: https://github.com/google/flogger/issues/361