File tree 2 files changed +5
-20
lines changed
2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
java-version : 17
28
28
distribution : ' zulu'
29
- server-id : ossrh
29
+ server-id : central
30
30
server-username : SONATYPE_USERNAME
31
31
server-password : SONATYPE_PASSWORD
32
32
gpg-private-key : ${{ secrets.GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change 148
148
</plugin >
149
149
150
150
<plugin >
151
- <groupId >org.sonatype.plugins </groupId >
152
- <artifactId >nexus-staging -maven-plugin</artifactId >
153
- <version >1.6.12 </version >
151
+ <groupId >org.sonatype.central </groupId >
152
+ <artifactId >central-publishing -maven-plugin</artifactId >
153
+ <version >0.7.0 </version >
154
154
<extensions >true</extensions >
155
155
<configuration >
156
- <serverId >ossrh</serverId >
157
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
158
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
156
+ <publishingServerId >central</publishingServerId >
159
157
</configuration >
160
158
</plugin >
161
159
</plugins >
196
194
</profile >
197
195
</profiles >
198
196
199
- <distributionManagement >
200
- <snapshotRepository >
201
- <id >ossrh</id >
202
- <name >Sonatype Nexus Snapshots</name >
203
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
204
- </snapshotRepository >
205
- <repository >
206
- <id >ossrh</id >
207
- <name >Nexus Release Repository</name >
208
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
209
- </repository >
210
- </distributionManagement >
211
-
212
197
<dependencies >
213
198
<dependency >
214
199
<groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments