1
mirror of https://github.com/carm-outsource/TimeReward.git synced 2026-06-05 01:08:10 +08:00

[1.2.1] 更换使用Java8构建

This commit is contained in:
2022-03-02 20:26:26 +08:00
parent 28586bb086
commit 17d99fb1c0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: "Set up JDK"
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '8'
distribution: 'adopt'
cache: maven
server-id: github