更新 .gitea/workflows/develop_build_manual.yaml

This commit is contained in:
2025-12-02 10:31:13 +08:00
parent 5a84f3f1d4
commit 69c9b23a95

View File

@@ -26,10 +26,10 @@ jobs:
with: with:
ref: dev/3.1_release_merge ref: dev/3.1_release_merge
- name: 2.Set up JDK 8 - name: 2.Set up JDK 21
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
java-version: '8' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
- name: 3.设置JAVA Maven 环境 - name: 3.设置JAVA Maven 环境