mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
perf: gradle cache
This commit is contained in:
parent
3757a8df81
commit
55b1dac875
5
.github/workflows/Build-Apk.yml
vendored
5
.github/workflows/Build-Apk.yml
vendored
|
@ -23,6 +23,11 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
|
||||
- uses: gradle/actions/setup-gradle@v3
|
||||
with:
|
||||
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
|
||||
gradle-home-cache-cleanup: true
|
||||
|
||||
- name: write secrets info
|
||||
run: |
|
||||
echo ${{ secrets.GKD_STORE_FILE_BASE64 }} | base64 --decode > ${{ github.workspace }}/key.jks
|
||||
|
|
5
.github/workflows/Build-Release.yml
vendored
5
.github/workflows/Build-Release.yml
vendored
|
@ -16,6 +16,11 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
|
||||
- uses: gradle/actions/setup-gradle@v3
|
||||
with:
|
||||
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
|
||||
gradle-home-cache-cleanup: true
|
||||
|
||||
- name: write secrets info
|
||||
run: |
|
||||
echo ${{ secrets.GKD_STORE_FILE_BASE64 }} | base64 --decode > ${{ github.workspace }}/key.jks
|
||||
|
|
Loading…
Reference in New Issue
Block a user