Fixed repository url

This commit is contained in:
2024-12-05 16:52:22 +03:00
parent 134997c7f9
commit fcd46c5264

View File

@ -19,7 +19,7 @@ ncore {
repositories { repositories {
maven { maven {
url 'https://ncore-repo.red-soft.ru/repository/public' url 'https://ncore-repo.red-soft.ru/repository/ncore'
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