Skip to content

Commit

Permalink
Mark rules_java as compatible with Bazel >= 7.0.0-pre.20230710.5
Browse files Browse the repository at this point in the history
Since #114, rules_java requires a version of Bazel that contains
bazelbuild/bazel@8715e9a
  • Loading branch information
fmeum committed Jul 31, 2023
1 parent b004601 commit 3de49c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module(
name = "rules_java",
version = "6.4.0",
compatibility_level = 1,
bazel_compatibility = [">=7.0.0-pre.20230710.5"],
)

bazel_dep(name = "platforms", version = "0.0.4")
Expand Down

0 comments on commit 3de49c8

Please sign in to comment.