1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 19:26:52 +00:00

change dependencies repositories resolution order

This commit is contained in:
InsanusMokrassar 2024-06-26 01:13:41 +06:00
parent 227849a14c
commit fe518a0d8f

View File

@ -24,9 +24,9 @@ plugins {
allprojects {
repositories {
mavenLocal()
maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
mavenCentral()
google()
maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
}
if (it != rootProject.findProject("docs")) {
tasks.whenTaskAdded { task ->