mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-10-31 21:43:48 +00:00
13 lines
227 B
Groovy
13 lines
227 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
}
|
|
}
|
|
|
|
include ":tgbotapi.core"
|
|
include ":tgbotapi.extensions.api"
|
|
include ":tgbotapi.extensions.utils"
|
|
include ":tgbotapi"
|
|
include ":docs"
|