mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-04-30 14:44:39 +02:00
Cosmetic
This commit is contained in:
parent
a7b37dd73c
commit
52671d1205
10
build.gradle
10
build.gradle
@ -121,16 +121,12 @@ publishing {
|
|||||||
|
|
||||||
signing {
|
signing {
|
||||||
if (project.hasProperty('signing.secretKeyRingFile')) {
|
if (project.hasProperty('signing.secretKeyRingFile')) {
|
||||||
sign publishing.publications.multidexlib2
|
sign publishing.publications
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'check-copyright.gradle'
|
apply from: 'check-copyright.gradle'
|
||||||
|
|
||||||
assemble {
|
assemble.dependsOn publishAllPublicationsToLocalRepository
|
||||||
dependsOn publishAllPublicationsToLocalRepository
|
|
||||||
}
|
|
||||||
|
|
||||||
wrapper {
|
wrapper.distributionType = Wrapper.DistributionType.ALL
|
||||||
distributionType = Wrapper.DistributionType.ALL
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user