1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-03 21:05:49 +00:00

update publication scripts

This commit is contained in:
2021-01-13 14:21:35 +06:00
parent d1993842c3
commit d837c9d605
10 changed files with 56 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
apply plugin: 'maven-publish'
apply plugin: 'signing'
task javadocsJar(type: Jar) {
classifier = 'javadoc'
@@ -66,4 +67,9 @@ publishing {
}
}
}
}
signing {
useGpgCmd()
publishing.publications.forEach { sign it }
}