Добавлен файл зависимостей
This commit is contained in:
13
dependencies.gradle
Normal file
13
dependencies.gradle
Normal file
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user