You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/04 03:40:40 UTC

[rocketmq-clients] branch cpp updated: Remove deprecated options

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

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


The following commit(s) were added to refs/heads/cpp by this push:
     new 344b937  Remove deprecated options
344b937 is described below

commit 344b937f6fb227376e7f4208503452f3dc907cbb
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Mon Jul 4 11:40:31 2022 +0800

    Remove deprecated options
---
 cpp/.bazelrc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cpp/.bazelrc b/cpp/.bazelrc
index d5ec2a9..713cc7a 100644
--- a/cpp/.bazelrc
+++ b/cpp/.bazelrc
@@ -13,8 +13,6 @@ run --color=yes
 build --color=yes
 
 build --host_force_python=PY3
-build --host_javabase=@bazel_tools//tools/jdk:remote_jdk11
-build --javabase=@bazel_tools//tools/jdk:remote_jdk11
 
 # https://docs.bazel.build/versions/main/command-line-reference.html#flag--enable_platform_specific_config
 # If true, Bazel picks up host-OS-specific config lines from bazelrc files. For example, if the host OS is Linux and