diff --git a/build.gradle b/build.gradle index 8990d82..f7c4ac8 100644 --- a/build.gradle +++ b/build.gradle @@ -139,8 +139,7 @@ publishing { password project.credentials.password } } - def suffix = project.findProperty('biz.redsoft.release') ? 'releases' : 'snapshots' - url "https://ncore-repo.red-soft.ru/repository/${suffix}" + url biz.redsoft.private.repo } } publications {