diff --git a/settings.gradle b/settings.gradle index 5113e9b..7adbdef 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,9 +1,7 @@ pluginManagement{ repositories { - gradlePluginPortal() - mavenCentral() mavenLocal() - maven { url 'https://nexus.red-soft.ru/repository/public' } + maven { url 'https://ncore-repo.red-soft.ru/repository/public' } } }