Enable uploadArchives for smack-omemo* projects

This commit is contained in:
Florian Schmaus 2018-06-17 14:29:43 +02:00
parent c83f6ec9c8
commit 4108b9a83e
1 changed files with 0 additions and 5 deletions

View File

@ -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 {