From 4108b9a83e92a0f20c415ab567b81ae548952747 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 17 Jun 2018 14:29:43 +0200 Subject: [PATCH] Enable uploadArchives for smack-omemo* projects --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 48b5ad29b..53f928569 100644 --- a/build.gradle +++ b/build.gradle @@ -455,11 +455,6 @@ configure( ':smack-omemo-signal', ':smack-omemo-signal-integration-test', ].collect{ project(it) }) { - uploadArchives { - // Only enable uploadArchives for the smack-omemo* projects - // for snapshots. Not yet for releases. - enabled = isSnapshot - } } subprojects*.jar {