This is an automated email from the ASF dual-hosted git repository.
chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new 66cb3a330f Update maven.yml
66cb3a330f is described below
commit 66cb3a330f714aeb67e0481f47b605a9d5452ebe
Author: Liang Chen <[email protected]>
AuthorDate: Tue Oct 10 15:00:08 2023 +0200
Update maven.yml
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cb5f7bd19b..4cec11d5c8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
- run: mvn -B package -Dfindbugs.skip=true --file pom.xml
+ run: mvn -B package -Pbuild-with-format -Dfindbugs.skip=true --file
pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the
quality of Dependabot alerts this repository can receive
- name: Update dependency graph