Skip to content

Commit

Permalink
set build jdk to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Jun 24, 2024
1 parent 30339e2 commit ec721d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
# Setup Java environment
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Maven setup
uses: ./.github/actions/mvn-setup
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: '0'
# Setup Java environment
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Maven setup
uses: ./.github/actions/mvn-setup
with:
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:
with:
ref: 'main'
# Setup Java environment
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Maven setup
uses: ./.github/actions/mvn-setup
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
# Setup Java environment
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Maven setup
uses: ./.github/actions/mvn-setup
with:
Expand Down

0 comments on commit ec721d6

Please sign in to comment.