Skip to content

Commit

Permalink
Update github action build file (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvos authored Dec 6, 2024
1 parent 816fa17 commit 109eb2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'oracle'
cache: 'maven'
server-id: ossrh
Expand Down

0 comments on commit 109eb2f

Please sign in to comment.