不检测
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 4s

This commit is contained in:
2025-10-14 04:20:41 +08:00
parent 1e8dd4b91f
commit a28c88f5bc

View File

@@ -19,8 +19,8 @@ jobs:
- name: 设置 Java
uses: actions/setup-java@v4.2.1
with:
distribution: 'temurin' # 使用 Eclipse Temurin JDK
java-version: '17'
distribution: 'temurin'
check-latest: false # 不检查最新版本
cache: 'maven'
- name: 验证 Java 安装