9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Move back to actions

See https://www.blacksmith.sh/blog/cache
This commit is contained in:
Dreeam
2025-11-02 13:13:03 -05:00
parent b3248c0710
commit 1cc858e644
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: Setup Gradle Cache
uses: useblacksmith/cache@v5
uses: actions/checkout@v4
with:
path: |
~/.gradle/caches/modules-2
@@ -40,7 +40,7 @@ jobs:
find ~/.gradle/caches -name "*.lock" -type f -delete || echo "No lock files found"
- name: Setup java
uses: useblacksmith/setup-java@v5
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup java
uses: useblacksmith/setup-java@v5
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'