diff --git a/dependencies.gradle b/dependencies.gradle new file mode 100644 index 0000000..4eba084 --- /dev/null +++ b/dependencies.gradle @@ -0,0 +1,13 @@ +repositories { + mavenCentral() + mavenLocal() + maven { + url 'https://nexus.red-soft.ru/repository/public' + if (project.credentials.user != null && project.credentials.password != null) { + credentials { + username project.credentials.user + password project.credentials.password + } + } + } +} \ No newline at end of file