update dependencies and fix build

This commit is contained in:
2025-06-27 10:37:53 +06:00
parent 333f807c97
commit 9ebadfe1e4
7 changed files with 31 additions and 27 deletions

View File

@@ -2,8 +2,8 @@ buildscript {
repositories {
google()
mavenCentral()
mavenLocal()
maven { url "https://plugins.gradle.org/m2/" }
mavenLocal()
}
dependencies {
@@ -32,10 +32,10 @@ if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != n
allprojects {
repositories {
mavenLocal()
mavenCentral()
google()
maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
mavenLocal()
}
}