Skip to content

Commit

Permalink
Bump rules_java to 7.3.2 in tests (#116)
Browse files Browse the repository at this point in the history
Fixes bazelbuild/bazel#18743 in CI with JDK
21.
  • Loading branch information
fmeum committed May 16, 2024
1 parent cd4e5e6 commit 3e907d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-tests-externally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
jdk: 11
- bazel: 6.x
jdk: 17
- bazel: 6.x
jdk: 21
- bazel: last_green
jdk: 8
- bazel: last_green
Expand Down
2 changes: 1 addition & 1 deletion tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
bazel_dep(name = "bazel_skylib", version = "1.1.1")
bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "rules_cc", version = "0.0.2")
bazel_dep(name = "rules_java", version = "5.1.0")
bazel_dep(name = "rules_java", version = "7.2.0")
bazel_dep(name = "stardoc", version = "0.5.0", repo_name = "io_bazel_stardoc")

# For the Xcode toolchain.
Expand Down

0 comments on commit 3e907d4

Please sign in to comment.