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 f1632c33ad Fix spotless check style failed for generated demo sources
f1632c33ad is described below
commit f1632c33ad31d7de427a88ea4a4f829650f91cb5
Author: crazyhzm <[email protected]>
AuthorDate: Thu Nov 30 19:56:30 2023 +0800
Fix spotless check style failed for generated demo sources
Signed-off-by: crazyhzm <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index d9f80e7bc6..ca665d9637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -899,6 +899,7 @@
<exclude>**/io/grpc/**</exclude>
<exclude>**/istio/**</exclude>
<exclude>**/org/apache/dubbo/auth/v1alpha1/**</exclude>
+ <exclude>**/demo/hello/**</exclude>
</excludes>
<palantirJavaFormat>
<version>${palantirJavaFormat.version}</version>