mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2024-11-17 05:43:51 +00:00
update publish.gradle
This commit is contained in:
parent
bf3c4bc11f
commit
fecbfc4130
@ -70,4 +70,10 @@ if (project.hasProperty("signing.gnupg.keyName")) {
|
||||
|
||||
sign publishing.publications
|
||||
}
|
||||
}
|
||||
|
||||
task signAll {
|
||||
tasks.withType(Sign).forEach {
|
||||
dependsOn(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user