mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
one more fix for publishing
This commit is contained in:
parent
10df8cbc55
commit
cb30beaa31
@ -40,14 +40,13 @@ bintray {
|
||||
}
|
||||
|
||||
bintrayUpload.doFirst {
|
||||
String[] toInclude = publishing.publications.collect {
|
||||
publications = publishing.publications.collect {
|
||||
if (it.name.contains('kotlinMultiplatform')) {
|
||||
null
|
||||
} else {
|
||||
it.name
|
||||
}
|
||||
}
|
||||
publications = (toInclude - null)
|
||||
} - null
|
||||
}
|
||||
|
||||
bintrayUpload.dependsOn publishToMavenLocal
|
Loading…
Reference in New Issue
Block a user