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 4a3defa commit 720e3a9Copy full SHA for 720e3a9
.ci/configure_signing.sh
@@ -48,6 +48,6 @@ signing.keyId=${signing_key: -8}
48
signing.password=${signing_password}
49
signing.secretKeyRingFile=${keyring_file}
50
51
-ORG_GRADLE_PROJECT_sonatypeUsername=${ORG_GRADLE_PROJECT_sonatypeUsername}
52
-ORG_GRADLE_PROJECT_sonatypePassword=${ORG_GRADLE_PROJECT_sonatypePassword}
+sonatypeUsername=${ORG_GRADLE_PROJECT_sonatypeUsername}
+sonatypePassword=${ORG_GRADLE_PROJECT_sonatypePassword}
53
EOF
.ci/release_central.sh
@@ -22,6 +22,6 @@
22
23
set -euo pipefail
24
25
-source .ci/configure_signing.sh
+.ci/configure_signing.sh
26
27
.ci/make.sh release $VERSION
0 commit comments