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 {