Skip to content

Commit d83f677

Browse files
java-team-github-botGuice Team
authored andcommitted
Load the builtin Bazel java rules from @rules_java
PiperOrigin-RevId: 689368258
1 parent 2418a65 commit d83f677

File tree

4 files changed

+4
-3
lines changed
  • .github/actions
  • core/test/com/googlecode/guice
  • extensions/persist/test/com/google/inject/persist

4 files changed

+4
-3
lines changed

.github/actions/bazel-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
run: ./util/install-local-snapshot.sh
2727
shell: bash
2828
- name: 'Upload local snapshot for local mvn artifiact tests'
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: local-snapshot
3232
path: ~/.m2/repository/com/google/inject

.github/actions/local-artifact-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
run: rm -rf ~/.m2/repository/com/google/inject
2121
shell: bash
2222
- name: 'Download local snapshot for tests'
23-
uses: actions/download-artifact@v2
23+
uses: actions/download-artifact@v4
2424
with:
2525
name: local-snapshot
2626
path: ~/.m2/repository/com/google/inject

core/test/com/googlecode/guice/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright 2011 Google Inc. All rights reserved.
22
# Author: [email protected] (Sam Berlin)
33

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

67
package(

extensions/persist/test/com/google/inject/persist/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2011 Google Inc. All rights reserved.
22
# Author: [email protected] (Sam Berlin)
3-
load("@rules_java//java:defs.bzl", "java_library")
3+
load("@rules_java//java:defs.bzl", "java_import", "java_library")
44
load("//:test_defs.bzl", "guice_test_suites")
55

66
package(

0 commit comments

Comments
 (0)