Skip to content

Commit

Permalink
fix: rules_java6.4.0 for bzlmod sample
Browse files Browse the repository at this point in the history
`rules_java` at this version has issues with Bazel `6.x` which is
used in BCR CI.

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Sep 8, 2023
1 parent 7414b58 commit 5e5c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/integration_tests/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(

bazel_dep(
name = "rules_java",
version = "6.5.0",
version = "6.4.0",
)
bazel_dep(
name = "rules_graalvm",
Expand Down

0 comments on commit 5e5c99a

Please sign in to comment.