From 5008db8f6e77ef22b73dceb0e81f640441318397 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Tue, 4 Jun 2024 02:44:13 +0800 Subject: [PATCH] streamline comments --- eventmesh-meta/eventmesh-meta-raft/build.gradle | 2 +- eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eventmesh-meta/eventmesh-meta-raft/build.gradle b/eventmesh-meta/eventmesh-meta-raft/build.gradle index e71178bb9d..e3fb2f6bf9 100644 --- a/eventmesh-meta/eventmesh-meta-raft/build.gradle +++ b/eventmesh-meta/eventmesh-meta-raft/build.gradle @@ -19,7 +19,7 @@ plugins { id 'com.google.protobuf' version '0.9.4' } -def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION +def grpcVersion = '1.64.0' def protobufVersion = '3.25.3' def protocVersion = protobufVersion diff --git a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle index a74312ee90..191e62cdac 100644 --- a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle +++ b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle @@ -24,7 +24,7 @@ repositories { mavenCentral() } -def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION +def grpcVersion = '1.64.0' def protobufVersion = '3.25.3' def protocVersion = protobufVersion