feat : git action gradle build cache add

This commit is contained in:
minseokkang
2022-10-25 08:51:26 +09:00
parent 416137d8a0
commit 44c1b183a6

View File

@@ -15,7 +15,17 @@ jobs:
with:
distribution: 'temurin'
java-version: '18'
- name: Gradle Caching
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission gradlew
run: chmod +x gradlew