Добавлен файл для зависимостей

This commit is contained in:
2024-01-29 16:49:03 +03:00
parent 4e2db97690
commit bbecab908a

13
dependencies.gradle Normal file
View 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
}
}
}
}