Заменен адрес репозитория nexus

This commit is contained in:
2026-01-30 16:04:01 +03:00
parent e67a50b0ea
commit 39f222797f
2 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ publishing {
}
}
def suffix = project.findProperty('biz.redsoft.release') ? 'releases' : 'snapshots'
url "https://ncore-repo.red-soft.ru/repository/${suffix}"
url "https://nexus.red-soft.ru/repository/${suffix}"
}
}
publications {