From 7c32e1163f0b419e5d5f9c6ef7e717c19c8bc24a Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 1 Oct 2018 13:56:00 -0700 Subject: [PATCH] Verbose snapshot building Summary: Fails after 10 minutes of silence otherwise. Reviewed By: danielbuechele Differential Revision: D10123899 fbshipit-source-id: 5be9ae4cff7c72399d6d78d6248b710178953c22 --- scripts/publish-android-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-android-snapshot.sh b/scripts/publish-android-snapshot.sh index 7023f5aaf..185daa2c3 100755 --- a/scripts/publish-android-snapshot.sh +++ b/scripts/publish-android-snapshot.sh @@ -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