mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Enable uploadArchives for smack-omemo* projects
This commit is contained in:
parent
c83f6ec9c8
commit
4108b9a83e
1 changed files with 0 additions and 5 deletions
|
@ -455,11 +455,6 @@ configure(
|
||||||
':smack-omemo-signal',
|
':smack-omemo-signal',
|
||||||
':smack-omemo-signal-integration-test',
|
':smack-omemo-signal-integration-test',
|
||||||
].collect{ project(it) }) {
|
].collect{ project(it) }) {
|
||||||
uploadArchives {
|
|
||||||
// Only enable uploadArchives for the smack-omemo* projects
|
|
||||||
// for snapshots. Not yet for releases.
|
|
||||||
enabled = isSnapshot
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects*.jar {
|
subprojects*.jar {
|
||||||
|
|
Loading…
Reference in a new issue