Skip to content

Commit

Permalink
Load the builtin Bazel java rules from @rules_java
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677786604
  • Loading branch information
Googler authored and copybara-github committed Sep 23, 2024
1 parent b0f4a54 commit eeda3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/elemental2/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ load(
"//build_defs/internal_do_not_use:elemental_utils.bzl",
"patch_extern_file",
)
load("@rules_java//java:defs.bzl", "java_library")
load("@com_google_jsinterop_generator//:jsinterop_generator.bzl", "jsinterop_generator")

package(
Expand Down
1 change: 1 addition & 0 deletions java/elemental2/dom/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ load(
"//build_defs/internal_do_not_use:elemental_utils.bzl",
"patch_extern_file",
)
load("@rules_java//java:defs.bzl", "java_library")
load("@com_google_jsinterop_generator//:jsinterop_generator.bzl", "jsinterop_generator")

package(
Expand Down

0 comments on commit eeda3ef

Please sign in to comment.