Skip to content

Commit

Permalink
Java version updated in Android Build Action
Browse files Browse the repository at this point in the history
  • Loading branch information
unalkalkan authored Feb 15, 2024
1 parent 47fe6ad commit bc84110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Set repository name as env variable
run: echo "repository_name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV

- name: set up JDK 11
- name: Set Up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
cache: 'gradle'

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

0 comments on commit bc84110

Please sign in to comment.