Skip to content

Commit

Permalink
jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Sep 27, 2023
1 parent a94a8c5 commit 7770d0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-versions-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

# - name: Make gradlew executable
# run: chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v3
Expand Down

0 comments on commit 7770d0f

Please sign in to comment.