Skip to content

Commit

Permalink
use java 17 in action for quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
LogFlames committed Dec 19, 2024
1 parent 82c9b7b commit d18246a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ runs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{github.event.pull_request.head.repo.full_name}}
token: ${{ inputs.github-token }}
- name: Setup Java
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
with:
Expand Down

0 comments on commit d18246a

Please sign in to comment.