Skip to content

Commit

Permalink
chore : update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
zini9188 authored Nov 3, 2023
1 parent 08387ac commit 219e075
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
java-version: '17'
distribution: 'temurin'

# (1) 기본 체크아웃
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.SUBMODULE_TOKEN }}
submodules: true

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

0 comments on commit 219e075

Please sign in to comment.