Skip to content

Commit

Permalink
chore: corretto-17 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarySstar committed Nov 20, 2024
1 parent 703229f commit 70a815e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# 자바 17 설치
- name: Setup Java 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'

# 2. Gradle 빌드
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 70a815e

Please sign in to comment.