This is an automated email from the ASF dual-hosted git repository.
crazyhzm pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new a4e0189ed6 Fix spotless check style failed for generated triple
sources (#13440)
a4e0189ed6 is described below
commit a4e0189ed6f13c6714ecc2ecbc73a7be8ea103ee
Author: huazhongming <[email protected]>
AuthorDate: Thu Nov 30 17:42:01 2023 +0800
Fix spotless check style failed for generated triple sources (#13440)
Signed-off-by: crazyhzm <[email protected]>
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6ea32aa8db..0b2fe0fde5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -894,6 +894,9 @@
<exclude>src/main/java/org/apache/dubbo/aot/generate/MemberCategory.java</exclude>
<exclude>src/main/java/org/apache/dubbo/metrics/aggregate/DubboMergingDigest.java</exclude>
<exclude>src/main/java/org/apache/dubbo/metrics/aggregate/DubboAbstractTDigest.java</exclude>
+ <exclude>**/TripleWrapper.java</exclude>
+ <exclude>**/com/google/rpc/**</exclude>
+ <exclude>**/io/grpc/**</exclude>
</excludes>
<palantirJavaFormat>
<version>${palantirJavaFormat.version}</version>