Skip to content

Commit

Permalink
🚀 CI/CD 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
RetepMil committed Sep 23, 2023
1 parent 4c7305d commit 869cb58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-versions: '17'
distributions: 'adopt'
java-versions: '11'
distributions: 'temurin'

- name: Gradle Caching
uses: actions/cache@v3
Expand Down

0 comments on commit 869cb58

Please sign in to comment.