Skip to content

Commit

Permalink
Merge pull request #115 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 762f9b2 + 77402f1 commit ecca822
Show file tree
Hide file tree
Showing 2 changed files with 5 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: Setup libcap-dev
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ 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 ecca822

Please sign in to comment.