Skip to content

Commit

Permalink
Merge pull request #80 from quarkiverse/jdk21
Browse files Browse the repository at this point in the history
Use JDK 21 when releasing
  • Loading branch information
eddiecarpenter authored Nov 14, 2024
2 parents 5bedb13 + daa122e commit e81012a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,5 @@ jobs:
java-version: 21
cache: 'maven'

- name: Display settings.xml
run: |
cat /home/runner/.m2/settings.xml
- name: Build with Maven
run: mvn -B clean install -Dno-format
1 change: 1 addition & 0 deletions .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
secrets: inherit
with:
version: ${{github.event.inputs.tag || github.ref_name}}
java_version: 21
2 changes: 2 additions & 0 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
if: ${{ github.event.pull_request.merged == true}}
uses: quarkiverse/.github/.github/workflows/prepare-release.yml@main
secrets: inherit
with:
java_version: 21

0 comments on commit e81012a

Please sign in to comment.