Добавлены переменные 'biz.redsoft.public.repo' и 'biz.redsoft.private.repo'

This commit is contained in:
2025-06-10 14:51:49 +03:00
parent 53c26d3b8d
commit 197efd0354
4 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
repositories {
mavenLocal()
maven {
url 'https://ncore-repo.red-soft.ru/repository/public'
if (project.credentials.user != null && project.credentials.password != null) {
url project.properties.'biz.redsoft.public.repo'
if (project.credentials.user != null && project.credentials.password != null) {
credentials {
username project.credentials.user
password project.credentials.password