Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed May 17, 2024
1 parent 3c06812 commit 22ea1cd
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 @@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: setup
uses: oracle-actions/setup-java@v1
uses: actions/setup-java@v3
with:
website: jdk.java.net
release: ${{ matrix.java }}
distribution: zulu
java-version: ${{ matrix.java }}
- name: build
run: |
mvn -B package

0 comments on commit 22ea1cd

Please sign in to comment.