Skip to content

Commit

Permalink
Use JDK17
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Sep 12, 2023
1 parent 383211f commit a85d084
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
with:
fetch-depth: 5

- name: Setup Java 11
uses: actions/setup-java@v1
- name: Setup Java
uses: oracle-actions/setup-java@v1
with:
java-version: 11
website: jdk.java.net
release: 17

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
fetch-depth: 5
persist-credentials: false

- name: Setup Java 11
uses: actions/setup-java@v1
- name: Setup Java
uses: oracle-actions/setup-java@v1
with:
java-version: 11
website: jdk.java.net
release: 17

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit a85d084

Please sign in to comment.