mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-26 10:19:20 +00:00
[ci-skip] use actions cache insted of blacksmith
This commit is contained in:
4
.github/workflows/build-12110.yml
vendored
4
.github/workflows/build-12110.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Gradle Cache
|
||||
uses: useblacksmith/cache@v5
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches/modules-2
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
find ~/.gradle/caches -name "*.lock" -type f -delete || echo "No lock files found"
|
||||
|
||||
- name: Setup JDK 21
|
||||
uses: useblacksmith/setup-java@v5
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 21
|
||||
|
||||
Reference in New Issue
Block a user