1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-26 11:38:09 +00:00
tgbotapi/settings.gradle

14 lines
264 B
Groovy
Raw Normal View History

2020-10-19 01:38:16 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}
2020-10-04 12:34:03 +00:00
include ":tgbotapi.core"
include ":tgbotapi.extensions.api"
include ":tgbotapi.extensions.utils"
2021-01-06 17:06:48 +00:00
include ":tgbotapi.extensions.steps"
2020-10-04 12:34:03 +00:00
include ":tgbotapi"
2020-05-10 19:09:07 +00:00
include ":docs"