We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f09957 commit bacc629Copy full SHA for bacc629
1 file changed
ci
@@ -9,7 +9,7 @@ pushd "$PROJECT_DIR"
9
# Export "PUBLISH_RELEASE=true" to initiate release process.
10
if [ "${PUBLISH_RELEASE:-}" != "true" ]; then
11
echo "Running non-release build...".
12
- ./gradlew build
+ ./gradlew --stacktrace build
13
else
14
echo "Launching release publishing process..."
15
@@ -53,5 +53,5 @@ else
53
echo 'GPG ownertrust imported successfully.'
54
unset GPG_OWNERTRUST
55
56
- ./gradlew build publishToSonatype -Psigning.keyId="$GPG_KEY_ID" -Psigning.password="$GPG_PASSPHRASE" -Psigning.secretKeyRingFile="$HOME/.gnupg/secring.gpg"
57
-fi
+ ./gradlew --stacktrace --info build publishToSonatype -Psigning.keyId="$GPG_KEY_ID" -Psigning.password="$GPG_PASSPHRASE" -Psigning.secretKeyRingFile="$HOME/.gnupg/secring.gpg"
+fi
0 commit comments