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 84cfd208e7 Update maven.yml
84cfd208e7 is described below
commit 84cfd208e7ffbfaf08e8553ddcb85e92fdd871a2
Author: Liang Chen <[email protected]>
AuthorDate: Tue Oct 10 14:51:03 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 afe4fe3016..cb5f7bd19b 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 --file pom.xml
+ run: mvn -B package -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