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 3173646 commit 1e1f521Copy full SHA for 1e1f521
build.gradle
@@ -26,6 +26,7 @@ nexusPublishing {
26
sonatype {
27
username = "$System.env.SONATYPE_NEXUS_USERNAME"
28
password = "$System.env.SONATYPE_NEXUS_PASSWORD"
29
+ stagingProfileId = SONATYPE_STAGING_PROFILE_ID
30
}
31
32
gradle.properties
@@ -20,3 +20,5 @@ POM_PACKAGING=jar
20
RELEASE_REPOSITORY=https\://oss.sonatype.org/service/local/staging/deploy/maven2/
21
SNAPSHOT_REPOSITORY=https\://oss.sonatype.org/content/repositories/snapshots/
22
signing.keyId=523052D4
23
+# The staging profile ID can be found by executing the 'retrieveSonatypeStagingProfile' gradle task
24
+SONATYPE_STAGING_PROFILE_ID=dc779d1ad4732f
0 commit comments