Skip to content

Commit 336963d

Browse files
keertkcopybara-github
authored andcommitted
Update rules_java to 7.3.0
Copybara Import from #154 BEGIN_PUBLIC Update rules_java to 7.3.0 (#154) #151 (comment) Closes #154 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#154 from bazelbuild:rules_java-7.3 ddcebff PiperOrigin-RevId: 583054998 Change-Id: I7078c14eada52276fa6e1fc7c54963a7c1c88c56
1 parent d5b3ecf commit 336963d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_java",
3-
version = "7.2.0",
3+
version = "7.3.0",
44
# Requires @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type.
55
bazel_compatibility = [">=6.4.0"],
66
compatibility_level = 1,

java/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ load("//java/private:native.bzl", "NativeJavaInfo", "NativeJavaPluginInfo", "nat
1818
# Do not touch: This line marks the end of loads; needed for PR importing.
1919

2020
_MIGRATION_TAG = "__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__"
21-
version = "7.2.0"
21+
version = "7.3.0"
2222

2323
def _add_tags(attrs):
2424
if "tags" in attrs and attrs["tags"] != None:

0 commit comments

Comments
 (0)