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: 678269792
  • Loading branch information
java-team-github-bot authored and Guice Team committed Sep 24, 2024
1 parent 2418a65 commit 3f6f4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/test/com/googlecode/guice/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: [email protected] (Sam Berlin)

load("@rules_java//java:defs.bzl", "java_library")
load("//:test_defs.bzl", "guice_test_suites")

package(
Expand Down
2 changes: 1 addition & 1 deletion extensions/persist/test/com/google/inject/persist/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: [email protected] (Sam Berlin)
load("@rules_java//java:defs.bzl", "java_library")
load("@rules_java//java:defs.bzl", "java_import", "java_library")
load("//:test_defs.bzl", "guice_test_suites")

package(
Expand Down

0 comments on commit 3f6f4c4

Please sign in to comment.