We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a438a3 commit 94deb32Copy full SHA for 94deb32
.github/workflows/release.yml
@@ -14,12 +14,12 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v3
16
17
- # 设置 JDK 1.8
18
- - name: Set up JDK 1.8
+ # 设置 JDK 17
+ - name: Set up JDK 17
19
uses: actions/setup-java@v3
20
with:
21
distribution: 'temurin'
22
- java-version: '8'
+ java-version: '17'
23
24
# 获取 Maven 项目版本号
25
- name: Extract project version
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.github.kuaidi100-api</groupId>
8
<artifactId>sdk</artifactId>
9
- <version>1.0.22</version>
+ <version>1.0.23-17</version>
10
11
<name>api</name>
12
<url>https://github.com/kuaidi100-api/java-demo</url>
0 commit comments