Skip to content

Commit

Permalink
Migrate CoverageOutputGenerator for incompatible_load_java_rules_from…
Browse files Browse the repository at this point in the history
…_bzl

#8741

Closes #10150.

PiperOrigin-RevId: 278594979
  • Loading branch information
hlopko authored and copybara-github committed Nov 5, 2019
1 parent ddb5937 commit 0e4d6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package(default_visibility = ["//visibility:public"])
load("@rules_java//java:defs.bzl", "java_binary", "java_import")

java_import(
name = "all_lcov_merger_lib",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package(default_visibility = ["//visibility:public"])
load("@rules_java//java:defs.bzl", "java_binary", "java_import")

java_import(
name = "all_lcov_merger_lib",
Expand Down

0 comments on commit 0e4d6cc

Please sign in to comment.