Skip to content

Commit

Permalink
[chore] setup gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE20 authored Sep 23, 2023
1 parent a307846 commit 085de77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: zulu
java-version: "17"

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Gradle Caching
uses: actions/cache@v3
with:
Expand All @@ -43,7 +46,7 @@ jobs:
- name: 현재 디렉터리에 있는 파일 확인
run: ls

- name: 스프링부트 애플리케이션 빌드
run: |
chmod +x gradlew
Expand Down

0 comments on commit 085de77

Please sign in to comment.