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 {
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