Skip to content

Commit

Permalink
Release rules_java v7.11.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 672843946
Change-Id: I2f3200434c48c2aeb41ed15b2f0bb5d1ae6e24f4
  • Loading branch information
hvadehra authored and rules_java Copybara committed Sep 10, 2024
1 parent 764a64f commit c98fb70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_java",
version = "7.11.0",
version = "7.11.1",
bazel_compatibility = [">=6.2.0"],
compatibility_level = 1,
)
Expand Down
2 changes: 0 additions & 2 deletions java/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ load("//java/toolchains:java_package_configuration.bzl", _java_package_configura
load("//java/toolchains:java_runtime.bzl", _java_runtime = "java_runtime")
load("//java/toolchains:java_toolchain.bzl", _java_toolchain = "java_toolchain")

version = "7.11.0"

# Language rules

java_binary = _java_binary
Expand Down

0 comments on commit c98fb70

Please sign in to comment.