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 fd6603163e Update maven.yml
fd6603163e is described below
commit fd6603163e3f0331bb8c2834400fd3bcebfcd9b8
Author: Liang Chen <[email protected]>
AuthorDate: Tue Oct 10 23:34:31 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 fded52500d..5ee8b2ed13 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 clean -B package -Pspark-2.4 -Dfindbugs.skip=true --file pom.xml
+ run: mvn clean package -Pspark-3.1 -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