Skip to content

Commit

Permalink
Update playstore_cd 자바 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirFir authored Nov 6, 2024
1 parent 5b5b59c commit 610e1f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/playstore_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down Expand Up @@ -88,11 +88,11 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down Expand Up @@ -162,4 +162,4 @@ jobs:
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()
if: always()

0 comments on commit 610e1f7

Please sign in to comment.