9
0
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:
NONPLAYT
2025-11-15 00:10:44 +03:00
parent ea56879d1c
commit fb59f5d546

View File

@@ -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