This is an automated email from the ASF dual-hosted git repository.
gaojun2048 pushed a commit to branch 1.0.0-release
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/1.0.0-release by this push:
new 59bbc9a0 add skip spotless
59bbc9a0 is described below
commit 59bbc9a0d4cb7b7162c94eb3152c0d7cc68e1826
Author: gaojun <[email protected]>
AuthorDate: Mon Oct 9 14:03:32 2023 +0800
add skip spotless
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 28f86098..41abf9cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,7 @@
<log4j.version>1.2.17</log4j.version>
<log4j-core.version>2.17.1</log4j-core.version>
<slf4j.version>1.7.25</slf4j.version>
+ <skipSpotless>false</skipSpotless>
</properties>
<dependencyManagement>
@@ -1432,6 +1433,7 @@
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless.version}</version>
<configuration>
+ <skip>${skipSpotless}</skip>
<java>
<googleJavaFormat>
<version>1.7</version>