mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-21 07:59:26 +00:00
4
.github/workflows/build-1218.yml
vendored
4
.github/workflows/build-1218.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Gradle Cache
|
- name: Setup Gradle Cache
|
||||||
uses: useblacksmith/cache@v5
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches/modules-2
|
~/.gradle/caches/modules-2
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
find ~/.gradle/caches -name "*.lock" -type f -delete || echo "No lock files found"
|
find ~/.gradle/caches -name "*.lock" -type f -delete || echo "No lock files found"
|
||||||
|
|
||||||
- name: Setup java
|
- name: Setup java
|
||||||
uses: useblacksmith/setup-java@v5
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|||||||
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup java
|
- name: Setup java
|
||||||
uses: useblacksmith/setup-java@v5
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|||||||
Reference in New Issue
Block a user