From d7612d94abed06fe6cde15d6766675aa9f051511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=9A=D0=B8=D1=81=D0=BB?= =?UTF-8?q?=D1=83=D1=85=D0=B8=D0=BD?= Date: Thu, 5 Dec 2024 16:52:22 +0300 Subject: [PATCH] Fixed repository url (cherry picked from commit fcd46c52645118370a6dc710362538e32a669512) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c0c720a..2783c04 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ ncore { repositories { maven { - url 'https://ncore-repo.red-soft.ru/repository/public' + url 'https://ncore-repo.red-soft.ru/repository/ncore' if (project.credentials.user != null && project.credentials.password != null) { credentials { username project.credentials.user