Skip to content

Commit

Permalink
fix: use setup-jave github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Garcia committed Oct 4, 2023
1 parent 6651453 commit a65fef7
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 @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install JDK 11
uses: joschi/setup-jdk@v1.0.0
- uses: actions/setup-java@v3
with:
java-version: 'openjdk11'
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Build with Maven
run: mvn -B clean install -Pnative -Dquarkus.native.container-build=true

0 comments on commit a65fef7

Please sign in to comment.