From 7cd2744a64fe8304a3ed5cc6a60b3c40b824a446 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 4 Oct 2025 23:15:08 +0600 Subject: [PATCH] update repositories order --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 31e8b58..e070321 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { repositories { - mavenLocal() mavenCentral() + mavenLocal() } dependencies { @@ -24,9 +24,9 @@ apply from: "publish.gradle" apply from: "github_release.gradle" repositories { - mavenLocal() mavenCentral() maven { url "https://nexus.inmo.dev/repository/maven-releases/" } + mavenLocal() } kotlin {