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