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