Skip to content

Commit

Permalink
chore : CI 코드 수정
Browse files Browse the repository at this point in the history
* checkout distribution 변경
* https://github.com/actions/setup-java 링크 참고
  • Loading branch information
sk000801 committed Feb 14, 2024
1 parent 90f3387 commit 2e5b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-cd-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
distribution: "adopt"

- name: Run chmod to make gradlew executable
run: |
Expand Down

0 comments on commit 2e5b55f

Please sign in to comment.