Заменен адрес репозитория 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' 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 { publications {

View File

@ -3,5 +3,5 @@ org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=false org.gradle.daemon=false
org.gradle.configureondemand=true org.gradle.configureondemand=true
pluginVersion=4.0.18 pluginVersion=4.0.18
biz.redsoft.public.repo=https://ncore-repo.red-soft.ru/repository/public biz.redsoft.public.repo=https://nexus.red-soft.ru/repository/public
biz.redsoft.private.repo=https://ncore-repo.red-soft.ru/repository/ncore biz.redsoft.private.repo=https://nexus.red-soft.ru/repository/ncore