Update dependencies.gradle

This commit is contained in:
2024-07-01 16:13:40 +03:00
parent 29ac441c33
commit 1a25a0d85c

View File

@ -1,8 +1,7 @@
repositories { repositories {
mavenCentral()
mavenLocal() mavenLocal()
maven { 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) { if (project.credentials.user != null && project.credentials.password != null) {
credentials { credentials {
username project.credentials.user username project.credentials.user