mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Remove no-op configure block in build.gradle
Become a no-op configure block with
4108b9a83e
.
This commit is contained in:
parent
f6be434f66
commit
7c6d1f4340
1 changed files with 0 additions and 7 deletions
|
@ -569,13 +569,6 @@ configure(integrationTestProjects + project(':smack-repl')) {
|
||||||
project(':smack-omemo').clirr.enabled = false
|
project(':smack-omemo').clirr.enabled = false
|
||||||
project(':smack-omemo-signal').clirr.enabled = false
|
project(':smack-omemo-signal').clirr.enabled = false
|
||||||
|
|
||||||
configure(
|
|
||||||
[ ':smack-omemo',
|
|
||||||
':smack-omemo-signal',
|
|
||||||
':smack-omemo-signal-integration-test',
|
|
||||||
].collect{ project(it) }) {
|
|
||||||
}
|
|
||||||
|
|
||||||
subprojects*.jar {
|
subprojects*.jar {
|
||||||
manifest {
|
manifest {
|
||||||
from sharedManifest
|
from sharedManifest
|
||||||
|
|
Loading…
Reference in a new issue