Переезд на новый градл

This commit is contained in:
2025-02-25 17:44:13 +03:00
parent ef032b8181
commit bb2c8502c5
4 changed files with 82 additions and 16 deletions

View File

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