OSDN Git Service

Gradle: add stageprofileid
authorHiroshi Miura <miurahr@linux.com>
Sat, 20 Mar 2021 13:19:32 +0000 (22:19 +0900)
committerHiroshi Miura <miurahr@linux.com>
Sat, 20 Mar 2021 13:19:32 +0000 (22:19 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
build.gradle

index ff14184..7c4b83a 100644 (file)
@@ -173,6 +173,7 @@ project(':dictzip-lib') {
     nexusPublishing {
         repositories {
             sonatype {
+                stagingProfileId = "a1cf138b142cd"
                 nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
                 snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
                 username = project.hasProperty('sonatypeUsername') ? project.property('sonatypeUsername') : System.getenv('SONATYPE_USER')