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 b38a2815a1 Fix spotless check style failed for generated xds sources
(#13444)
b38a2815a1 is described below
commit b38a2815a1d6615cb24c138248ac391c6480e093
Author: huazhongming <[email protected]>
AuthorDate: Thu Nov 30 19:08:59 2023 +0800
Fix spotless check style failed for generated xds sources (#13444)
Signed-off-by: crazyhzm <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 0b2fe0fde5..c88a5d75f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -897,6 +897,7 @@
<exclude>**/TripleWrapper.java</exclude>
<exclude>**/com/google/rpc/**</exclude>
<exclude>**/io/grpc/**</exclude>
+ <exclude>**/istio/**</exclude>
</excludes>
<palantirJavaFormat>
<version>${palantirJavaFormat.version}</version>