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 3d3ae32 commit fef1b94Copy full SHA for fef1b94
1 file changed
pom.xml
@@ -178,11 +178,13 @@
178
<version>0.8.0</version>
179
<extensions>true</extensions>
180
<configuration>
181
- <publishingServerId>ossrh</publishingServerId>
+ <publishingServerId>central</publishingServerId>
182
<autoPublish>true</autoPublish>
183
+ <tokenId>${env.CENTRAL_TOKEN_ID}</tokenId>
184
+ <tokenSecret>${env.CENTRAL_TOKEN_SECRET}</tokenSecret>
185
</configuration>
186
</plugin>
- </plugins>
187
+ </plugins>
188
</build>
189
<distributionManagement>
190
<repository>
0 commit comments