Skip to content

Commit

Permalink
fix: expose extra deps transitively to library users (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed Jan 13, 2022
1 parent 7875565 commit 8fa2660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules_java_gapic/java_gapic_pkg.bzl
Expand Up @@ -166,7 +166,7 @@ def _java_gapic_build_configs_pkg_impl(ctx):

substitutions = dict(ctx.attr.static_substitutions)
substitutions["{{extra_deps}}"] = _construct_extra_deps({
"implementation": ctx.attr.deps,
"api": ctx.attr.deps,
"testImplementation": ctx.attr.test_deps,
}, substitutions)

Expand Down

0 comments on commit 8fa2660

Please sign in to comment.