Skip to content

Commit

Permalink
Use jdk 17 in CI testnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Feb 14, 2024
1 parent fd3c2a4 commit d2433c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-konan-

- name: Set up jdk 1.11
- name: Set up jdk 1.17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

# 3 - build dependencies & app

Expand Down

0 comments on commit d2433c9

Please sign in to comment.