diff options
| author | dimdim11 <[email protected]> | 2025-05-15 06:09:08 +0300 |
|---|---|---|
| committer | dimdim11 <[email protected]> | 2025-05-15 06:25:21 +0300 |
| commit | fd762fef44d3e2e9cf83efd5d77e99108684d18d (patch) | |
| tree | a320295f16d062b6cc5f3e57e8f730b917a11aa8 | |
| parent | 34f3cedbbd29f97e4f6409f851e60ab111429da1 (diff) | |
Add JAVA_PROTO_COMPILER_VERSION as hide string to Java protoc command
Add JAVA_PROTO_COMPILER_VERSION as hide string to Java protoc command
commit_hash:c2a48168bfa93b6f65161b808f1d30d4dc37a13e
| -rw-r--r-- | build/conf/proto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf index f66dc786e94..33ae2f83869 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -6,7 +6,7 @@ PY_PROTOC=${tool:"contrib/tools/protoc"} when ($PYTHON2 == "yes") { PY_PROTOC=${PROTOC_OLD} } -JAVA_PROTOC=${tool:"build/platform/java/protoc"} +JAVA_PROTOC=${tool:"build/platform/java/protoc"} ${hide:JAVA_PROTO_COMPILER_VERSION} when ($OPENSOURCE_REPLACE_PROTOBUF) { PROTOC_STYLEGUIDE_OUT= |
