Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deleted JavaInfo fields in javadoc.bzl #171

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

hvadehra
Copy link
Contributor

@hvadehra hvadehra commented Sep 8, 2023

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: google/flogger#361

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

`transitive_deps` -> `transitive_compile_time_jars`
`transitive_runtime_deps` -> `transitive_runtime_jars`
@eamonnmcmanus eamonnmcmanus merged commit c805fdb into google:master Sep 8, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: 'JavaInfo' value has no field or method 'transitive_deps'
2 participants