Skip to content

Commit 069da66

Browse files
hvadehracopybara-github
authored andcommitted
Bump version to 7.3.2 for rules_java release
BEGIN_PUBLIC Bump version to 7.3.2 for rules_java release Also bumps the bazel compatibility version (see #159) END_PUBLIC PiperOrigin-RevId: 592856710 Change-Id: I0dca14bc8057238158ed6d3a0e25f1f2443bc94c
1 parent d43c5d0 commit 069da66

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module(
22
name = "rules_java",
3-
version = "7.3.1",
3+
version = "7.3.2",
44
# Requires @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type.
5-
bazel_compatibility = [">=6.4.0"],
5+
bazel_compatibility = [">=7.0.0"],
66
compatibility_level = 1,
77
)
88

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.3.1"
21+
version = "7.3.2"
2222

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

0 commit comments

Comments
 (0)