Skip to content

Commit

Permalink
setup Java JDK to 17 in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthMudgil committed Nov 29, 2023
1 parent 6b9c0c2 commit c0903dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: Creating local.properties with API_KEY
run: echo API_KEY=${{ secrets.API_KEY }} > ./local.properties

- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'oracle'

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

Expand All @@ -70,6 +76,12 @@ jobs:
- name: Creating local.properties with API_KEY
run: echo API_KEY=${{ secrets.API_KEY }} > ./local.properties

- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'oracle'

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

Expand Down

0 comments on commit c0903dc

Please sign in to comment.