Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit c862177

Browse files
author
Clément Le Provost
committed
Fix Nexus staging profile ID
1 parent 7dd7320 commit c862177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ apply plugin: 'io.codearte.nexus-staging'
5151

5252
nexusStaging {
5353
packageGroup = PUBLISH_GROUP_ID
54-
stagingProfileId = 'f6edc053ff9131'
54+
stagingProfileId = 'f6edc053ff913'
5555
/* To get the staging id, you can either:
5656
- Use the 'getStagingProfile' task added by the 'io.codearte.nexus-staging' plugin
5757
- Log-in on sonatype.org, go to staging profile, select com.algolia, id = last part of URL */

0 commit comments

Comments
 (0)