Update build.gradle

This commit is contained in:
2024-07-01 16:12:56 +03:00
parent 60b666f9d5
commit 432ec83acd

View File

@ -1,6 +1,6 @@
buildscript { buildscript {
repositories { repositories {
maven { url 'http://nexus.red-soft.biz/repository/public' } maven { url 'https://ncore-repo.red-soft.ru/repository/public' }
mavenLocal() mavenLocal()
} }
dependencies { dependencies {
@ -29,7 +29,7 @@ ncore {
repositories { repositories {
mavenLocal() mavenLocal()
maven { maven {
url 'http://nexus.red-soft.biz/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