Добавлены переменные '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,7 +1,7 @@
pluginManagement{
repositories {
mavenLocal()
maven { url 'https://ncore-repo.red-soft.ru/repository/public' }
maven {url getProperty("biz.redsoft.public.repo") }
}
}