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