mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2024-12-22 16:47:16 +00:00
potential fix for build issues
This commit is contained in:
parent
ffdf808a89
commit
a1c2e48622
@ -1,5 +1,4 @@
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'signing'
|
||||
|
||||
task javadocsJar(type: Jar) {
|
||||
classifier = 'javadoc'
|
||||
@ -63,7 +62,11 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
if (System.getProperty("signatory.keyId") != null) {
|
||||
apply plugin: 'signing'
|
||||
|
||||
signing {
|
||||
useGpgCmd()
|
||||
sign publishing.publications
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user