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 4462461842 Update maven.yml
4462461842 is described below

commit 44624618421e6b6be95db712d1d9df34e2c2abf0
Author: Liang Chen <[email protected]>
AuthorDate: Sun Oct 1 10:33:34 2023 +0200

    Update maven.yml
---
 .github/workflows/maven.yml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c35a2d939c..5dd3a1eb74 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,15 +21,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - name: Set up JDK 18
+    - name: Set up JDK 1.8
       uses: actions/setup-java@v3
       with:
-        java-version: '18'
-        distribution: 'temurin'
-        cache: maven
-    - name: Build with Maven
-      run: mvn clean -DskipTests -Pbuild-with-format -Pspark-2.4 package 
--file pom.xml
+        java-version: '1.8'
 
-    # Optional: Uploads the full dependency graph to GitHub to improve the 
quality of Dependabot alerts this repository can receive
-    - name: Update dependency graph
-      uses: 
advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
+    - name: Build with Maven
+      run: mvn clean -Dpre-commit apache-rat:check test -Dlicense.skip=false

Reply via email to