We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22da531 commit 45db98dCopy full SHA for 45db98d
2 files changed
gradle.properties
@@ -24,7 +24,8 @@ POM_DEVELOPER_ID=dropbox-sign-api-team
24
POM_DEVELOPER_NAME=Dropbox Sign API Team
25
POM_DEVELOPER_URL=https://hellosign.com
26
27
-RELEASE_SIGNING_ENABLED=true
+mavenCentralPublishing=true
28
+signAllPublications=true
29
30
SONATYPE_CONNECT_TIMEOUT_SECONDS=300
31
SONATYPE_CLOSE_TIMEOUT_SECONDS=900
templates/gradle.properties.mustache
@@ -25,7 +25,8 @@ POM_DEVELOPER_ID={{developerId}}
POM_DEVELOPER_NAME={{developerName}}
POM_DEVELOPER_URL={{developerOrganizationUrl}}
32
0 commit comments