Skip to content

Commit d9a0b3b

Browse files
committed
feat:maven publish
Signed-off-by: grapebaba <281165273@qq.com>
1 parent 5304d0c commit d9a0b3b

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ jobs:
1313
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_SIGN_PW }}
1414
steps:
1515
- uses: actions/checkout@v3
16-
with:
17-
fetch-depth: 0
18-
19-
- name: Set up JDK 8
16+
- name: Set up JDK 17
2017
uses: actions/setup-java@v3
2118
with:
22-
java-version: 8
19+
java-version: 17
2320
distribution: 'temurin'
2421

2522
- name: Setup Gradle
@@ -40,13 +37,10 @@ jobs:
4037
packages: write
4138
steps:
4239
- uses: actions/checkout@v3
43-
with:
44-
fetch-depth: 0
45-
46-
- name: Set up JDK 8
40+
- name: Set up JDK 17
4741
uses: actions/setup-java@v3
4842
with:
49-
java-version: 8
43+
java-version: 17
5044
distribution: 'temurin'
5145

5246
- name: Setup Gradle

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'me.grapebaba'
12-
version = '0.1.0-SNAPSHOT'
12+
version = '0.1.0'
1313

1414
repositories {
1515
mavenCentral()

0 commit comments

Comments
 (0)