1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-16 15:46:10 +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 { allprojects {
repositories { repositories {
mavenLocal() mavenLocal()
maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
mavenCentral() mavenCentral()
google() google()
maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
} }
if (it != rootProject.findProject("docs")) { if (it != rootProject.findProject("docs")) {
tasks.whenTaskAdded { task -> tasks.whenTaskAdded { task ->