Update dependencies.gradle

This commit is contained in:
2024-07-01 16:13:10 +03:00
parent 432ec83acd
commit cbf9d5c2ed

View File

@ -2,7 +2,7 @@ repositories {
mavenCentral()
mavenLocal()
maven {
url 'https://nexus.red-soft.ru/repository/public'
url 'https://ncore-repo.red-soft.ru/repository/public'
if (project.credentials.user != null && project.credentials.password != null) {
credentials {
username project.credentials.user