Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliang613 committed Oct 1, 2023
1 parent 4462461 commit af9c6c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
- name: Set up JDK 1.7
uses: actions/setup-java@v3
with:
java-version: '1.8'
java-version: '1.7'

- name: Build with Maven
run: mvn clean -Dpre-commit apache-rat:check test -Dlicense.skip=false
run: mvn clean -Pbuild-with-format -Pspark-2.4 test -Dlicense.skip=false

0 comments on commit af9c6c3

Please sign in to comment.