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