Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
profhenry authored Dec 19, 2023
1 parent c908803 commit 2c7f31e
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK 8+17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: |
8
17
cache: maven
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: maven
- name: Build with Maven
- name: Running maven build
run: mvn -B package --file pom.xml

0 comments on commit 2c7f31e

Please sign in to comment.