Skip to content

Commit

Permalink
chore: jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhyo committed Dec 29, 2023
1 parent 0d97fc2 commit 3185142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17

- name: chmod cache key
run: chmod +x ./scripts/checksum.sh
Expand Down

0 comments on commit 3185142

Please sign in to comment.