mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2025-09-04 23:59:23 +00:00
update publish.gradle
This commit is contained in:
@@ -70,4 +70,10 @@ if (project.hasProperty("signing.gnupg.keyName")) {
|
||||
|
||||
sign publishing.publications
|
||||
}
|
||||
}
|
||||
|
||||
task signAll {
|
||||
tasks.withType(Sign).forEach {
|
||||
dependsOn(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user