Skip to content

Commit

Permalink
[ISSUE apache#9102] Fix bazel ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qianye1001 committed Jan 16, 2025
1 parent a275510 commit adb9e9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ platform(

java_library(
name = "test_deps",
jvm_flags = [
"--add-opens=java.base/java.lang.reflect=ALL-UNNAMED",
],
visibility = ["//visibility:public"],
exports = [
"@maven//:junit_junit",
Expand Down

0 comments on commit adb9e9a

Please sign in to comment.