From 38cb7f7031c1eb55521a2e84da346727efce8235 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 26 Sep 2019 06:42:01 -0700 Subject: [PATCH] Upload leakcanary-plugin on release Summary: Just as the others. Reviewed By: danielbuechele Differential Revision: D17571208 fbshipit-source-id: 196da6ac149134cdf93174cbd263245b04961c79 --- scripts/publish-android-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-android-release.sh b/scripts/publish-android-release.sh index e9fe9f6f1..d5a888442 100755 --- a/scripts/publish-android-release.sh +++ b/scripts/publish-android-release.sh @@ -19,5 +19,5 @@ else # Need to list the projects individually here because of a bug in the gradle-bintray-plugin that # tries to upload projects not meant for distribution (like our root project) and throws an NPE # in that case. - "$BASEDIR"/gradlew :android:bintrayUpload :noop:bintrayUpload :fresco-plugin:bintrayUpload :network-plugin:bintrayUpload :litho-plugin:bintrayUpload -PdryRun=false + "$BASEDIR"/gradlew :android:bintrayUpload :noop:bintrayUpload :fresco-plugin:bintrayUpload :network-plugin:bintrayUpload :litho-plugin:bintrayUpload :leakcanary-plugin:bintrayUpload -PdryRun=false fi