1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-12 14:44:56 +02:00

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

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 {