Skip to content

Commit 3a99740

Browse files
l46kokcopybara-github
authored andcommitted
OSS Fix for Bazel 9
PiperOrigin-RevId: 859013136
1 parent b564c48 commit 3a99740

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ load(
2222
"DEFAULT_TOOLCHAIN_CONFIGURATION",
2323
"default_java_toolchain",
2424
)
25+
load(
26+
"@rules_java//java:defs.bzl",
27+
"java_binary",
28+
"java_library",
29+
"java_package_configuration",
30+
"java_plugin",
31+
)
2532
load("@rules_license//rules:license.bzl", "license")
2633

2734
licenses(["notice"]) # Apache License 2.0

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bazel_dep(name = "rules_pkg", version = "1.0.1")
2424
bazel_dep(name = "rules_license", version = "1.0.0")
2525
bazel_dep(name = "rules_proto", version = "7.1.0")
2626
bazel_dep(name = "rules_java", version = "8.12.0")
27-
bazel_dep(name = "rules_android", version = "0.6.4")
27+
bazel_dep(name = "rules_android", version = "0.7.1")
2828
bazel_dep(name = "rules_shell", version = "0.5.1")
2929
bazel_dep(name = "googleapis-java", version = "1.0.0")
3030
bazel_dep(name = "cel-spec", version = "0.24.0", repo_name = "cel_spec")

0 commit comments

Comments
 (0)