init-cicd-build-jdk
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14m3s

This commit is contained in:
TangHuan 2025-04-02 15:00:25 +08:00
parent d27205fae5
commit bfe2bd4b1f

View File

@ -8,7 +8,7 @@ jobs:
steps:
- name: 克隆代码
uses: https://gitea.com/actions/checkout@v4
## 缓存 Maven 依赖
# 缓存 Maven 依赖
# - name: Cache Jdk download
# uses: https://gitea.com/actions/cache@v3
# with:
@ -26,7 +26,7 @@ jobs:
with:
distribution: 'jdkfile'
jdkFile: ${{ runner.temp }}/java_package.tar.gz
java-version: '21.0.6'
java-version: '17.0.14'
architecture: x64
cache: "maven"