Verbose snapshot building

Summary: Fails after 10 minutes of silence otherwise.

Reviewed By: danielbuechele

Differential Revision: D10123899

fbshipit-source-id: 5be9ae4cff7c72399d6d78d6248b710178953c22
This commit is contained in:
Pascal Hartig
2018-10-01 13:56:00 -07:00
committed by Facebook Github Bot
parent 184d952a61
commit 7c32e1163f

View File

@@ -12,5 +12,5 @@ elif [ "$IS_SNAPSHOT" == "" ]; then
exit 1
else
openssl aes-256-cbc -d -in scripts/gradle-publish-keys.enc -k "$ANDROID_PUBLISH_KEY" >> "$BASEDIR/gradle.properties"
"$BASEDIR"/gradlew uploadArchives --quiet
"$BASEDIR"/gradlew uploadArchives
fi