1
mirror of https://github.com/carm-outsource/TimeReward.git synced 2024-09-19 19:25:49 +00:00

[1.2.1] 更换使用Java8构建

This commit is contained in:
Carm Jos 2022-03-02 20:26:26 +08:00
parent 28586bb086
commit 17d99fb1c0
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,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

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

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<java.version>11</java.version>
<java.version>8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<easyplugin.version>1.3.9</easyplugin.version>
@ -14,7 +14,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>timereward</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>TimeReward</name>