init-cicd-build-jdk
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14m3s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14m3s
This commit is contained in:
parent
d27205fae5
commit
bfe2bd4b1f
@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 克隆代码
|
- name: 克隆代码
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
## 缓存 Maven 依赖
|
# 缓存 Maven 依赖
|
||||||
# - name: Cache Jdk download
|
# - name: Cache Jdk download
|
||||||
# uses: https://gitea.com/actions/cache@v3
|
# uses: https://gitea.com/actions/cache@v3
|
||||||
# with:
|
# with:
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
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: '17.0.14'
|
||||||
architecture: x64
|
architecture: x64
|
||||||
cache: "maven"
|
cache: "maven"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user