Skip to content

Commit

Permalink
Merge pull request #10 from Kyuwon-Choi/main
Browse files Browse the repository at this point in the history
fix: distrubution 설정
  • Loading branch information
Kyuwon-Choi authored Nov 20, 2024
2 parents 6c95c6a + c7e74fc commit 3e1f935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Build with Gradle
run: ./gradlew build -x test
Expand Down

0 comments on commit 3e1f935

Please sign in to comment.