Skip to content

Commit

Permalink
Fix JDK version in gradle_release.yml (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mblcdr authored Jan 12, 2024
1 parent 770a7c0 commit 58ab1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Set up AdoptOpenJDK 11
- name: Set up AdoptOpenJDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'

- name: Cache local Gradle repository
uses: actions/cache@v2
Expand Down

0 comments on commit 58ab1fb

Please sign in to comment.