Skip to content

Commit

Permalink
Merge pull request #131 from quarkiverse/bump_jdk
Browse files Browse the repository at this point in the history
Bump build/release workflow to JDK 17
  • Loading branch information
alexeysharandin authored Feb 9, 2024
2 parents e9cf36f + 7abf01e commit b24cf2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
if: startsWith(matrix.os, 'windows')

- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'

- name: Build with Maven
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:

- uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v4

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit b24cf2c

Please sign in to comment.