Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GallowsDove committed Jun 20, 2021
1 parent f68bc35 commit 62fc841
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.16
uses: actions/setup-java@v1
- uses: actions/checkout@v2
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: 1.16
distribution: 'zulu'
java-version: 16
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit 62fc841

Please sign in to comment.