Skip to content

Commit

Permalink
feat: deploy gradle 설치 버전 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
wldns2577 committed Oct 4, 2023
1 parent 0978f07 commit ae65d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Set up Gradlew
run: |
sudo apt install gradle
sudo apt install gradle-8.3
sudo gradle wrapper --gradle-version latest
shell: bash # (7) Gradlew 설치

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Set up Gradlew
run: |
sudo apt install gradle
sudo apt install gradle-8.3
sudo gradle wrapper --gradle-version latest
shell: bash # (7) Gradlew 설치

Expand Down

0 comments on commit ae65d80

Please sign in to comment.