mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
aaaaa
This commit is contained in:
parent
3866b7a4dd
commit
62205085c7
1 changed files with 12 additions and 3 deletions
15
.github/workflows/gradle.yml
vendored
15
.github/workflows/gradle.yml
vendored
|
|
@ -35,15 +35,24 @@ jobs:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
|
- name: Cache Gradle root and wrapper
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
~/.gradle/caches
|
||||||
|
~/.gradle/wrapper
|
||||||
|
key: gradle-root-${{ runner.os }}-${{ hashFiles('build.gradle*') }}
|
||||||
|
restore-keys: gradle-root-${{ runner.os }}-
|
||||||
|
|
||||||
# Setup paperweight cache
|
# Setup paperweight cache
|
||||||
- name: Setup paperweight cache
|
- name: Cache paperweight
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./nms/*/.gradle/caches/paperweight
|
./nms/*/.gradle/caches/paperweight
|
||||||
key: gradle-submodules-${{ runner.os }}-${{ hashFiles('nms/*/build.gradle*') }}
|
key: paperweight-submodules-${{ runner.os }}-${{ hashFiles('nms/*/build.gradle*') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
gradle-submodules-${{ runner.os }}-
|
paperweight-submodules-${{ runner.os }}-
|
||||||
|
|
||||||
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
|
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
|
||||||
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
|
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue