This commit is contained in:
parent
c5d0a13167
commit
4999781a4e
@ -15,12 +15,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: https://gitea.com/actions/setup-java@v4
|
- uses: https://gitea.com/actions/setup-java@v4
|
||||||
name: 准备jdk
|
name: 准备jdk
|
||||||
cache: "maven"
|
|
||||||
with:
|
with:
|
||||||
distribution: 'jdkfile'
|
distribution: 'jdkfile'
|
||||||
jdkFile: ${{ runner.temp }}/java_package.tar.gz
|
jdkFile: ${{ runner.temp }}/java_package.tar.gz
|
||||||
java-version: '21.0.6'
|
java-version: '21.0.6'
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
cache: "maven"
|
||||||
# 缓存 Maven 依赖
|
# 缓存 Maven 依赖
|
||||||
- name: Cache Maven packages
|
- name: Cache Maven packages
|
||||||
uses: https://gitea.com/actions/cache@v3
|
uses: https://gitea.com/actions/cache@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user