Добавлены переменные '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

@ -20,7 +20,7 @@ group = 'biz.redsoft.sample'
repositories {
maven {
url 'https://ncore-repo.red-soft.ru/repository/ncore'
url project.properties.'biz.redsoft.private.repo'
if (project.credentials.user != null && project.credentials.password != null) {
credentials {
username project.credentials.user