From 855e00d089465c28f529d06d5fac28192cf8ae61 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sat, 20 Mar 2021 22:19:32 +0900 Subject: [PATCH] Gradle: add stageprofileid Signed-off-by: Hiroshi Miura --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index ff14184..7c4b83a 100644 --- a/build.gradle +++ b/build.gradle @@ -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') -- 2.11.0