This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch bazel-dev
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 0745007ec894861052fc07d22e00f3ad908d9e7a
Author: Zhanhui Li <[email protected]>
AuthorDate: Thu Aug 29 18:09:42 2024 +0800

    fix: upgrade bazel version
    
    Signed-off-by: Zhanhui Li <[email protected]>
---
 .bazelrc      | 2 ++
 .bazelversion | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.bazelrc b/.bazelrc
index 6ebc08d0dc..acc666c240 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -26,6 +26,8 @@ test --action_env=TEST_TMPDIR=/tmp
 test  --experimental_strict_java_deps=warn
 test  --experimental_ui_max_stdouterr_bytes=10485760
 build --experimental_strict_java_deps=warn
+build --jvmopt=--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
+test  --jvmopt=--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
 
 test --test_output=errors
 
diff --git a/.bazelversion b/.bazelversion
index 7cbea073be..1502020768 100644
--- a/.bazelversion
+++ b/.bazelversion
@@ -1 +1 @@
-5.2.0
\ No newline at end of file
+7.3.0

Reply via email to