mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-04 15:33:47 +00:00
14 lines
264 B
Groovy
14 lines
264 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
}
|
|
}
|
|
|
|
include ":tgbotapi.core"
|
|
include ":tgbotapi.extensions.api"
|
|
include ":tgbotapi.extensions.utils"
|
|
include ":tgbotapi.extensions.steps"
|
|
include ":tgbotapi"
|
|
include ":docs"
|