This is an automated email from the ASF dual-hosted git repository. zhouyao2023 pushed a commit to branch 2.3.4-release in repository https://gitbox.apache.org/repos/asf/seatunnel.git
commit e00546169374ad6a298575914b7b221e6ea8d618 Author: Carl-Zhou-CN <[email protected]> AuthorDate: Sun Feb 25 09:47:50 2024 +0800 [Release][2.3.4] Prepare for release 2.3.4 --- .gitignore | 2 -- pom.xml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8732a4acf..309fa38cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -48,8 +48,6 @@ test.conf spark-warehouse *.flattened-pom.xml -seatunnel-examples - # vscode .vscode diff --git a/pom.xml b/pom.xml index 786ad77e4f..969eaed6cc 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ <checker.qual.version>3.10.0</checker.qual.version> <awaitility.version>4.2.0</awaitility.version> <e2e.dependency.skip>true</e2e.dependency.skip> - <skip.spotless>false</skip.spotless> + <skip.spotless>true</skip.spotless> </properties>
