Skip to content

Commit

Permalink
Change workflow JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Jun 6, 2024
1 parent a881a1f commit dbb4f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set Up JDK 18
uses: actions/setup-java@v4
with:
java-version: '1.8'
java-version: '18'
distribution: 'temurin'
cache: gradle

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set Up JDK 18
uses: actions/setup-java@v4
with:
java-version: '1.8'
java-version: '18'
distribution: 'temurin'
cache: gradle

Expand Down

0 comments on commit dbb4f1f

Please sign in to comment.