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 a343b6f86a Fix spotless check style failed for generated auth sources
(#13445)
a343b6f86a is described below
commit a343b6f86a5a0df6d48bf41db7431b04e950fd63
Author: huazhongming <[email protected]>
AuthorDate: Thu Nov 30 19:22:33 2023 +0800
Fix spotless check style failed for generated auth sources (#13445)
Signed-off-by: crazyhzm <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index c88a5d75f9..d9f80e7bc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -898,6 +898,7 @@
<exclude>**/com/google/rpc/**</exclude>
<exclude>**/io/grpc/**</exclude>
<exclude>**/istio/**</exclude>
+ <exclude>**/org/apache/dubbo/auth/v1alpha1/**</exclude>
</excludes>
<palantirJavaFormat>
<version>${palantirJavaFormat.version}</version>