Update build.gradle

This commit is contained in:
2024-07-01 16:14:13 +03:00
parent 1a25a0d85c
commit c75b2aca5d

View File

@ -22,7 +22,7 @@ ncore {
repositories { repositories {
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