creds added

This commit is contained in:
2023-11-23 13:03:37 +03:00
parent 1e57c6fbcf
commit 84ba9b9f60

13
creds.gradle Normal file
View File

@ -0,0 +1,13 @@
buildscript {
repositories {
maven {
url 'https://nexus.red-soft.ru/repository/ncore-public'
}
mavenLocal()
}
dependencies {
classpath 'nu.studer:gradle-credentials-plugin:1.0.4'
}
}
apply plugin: 'nu.studer.credentials'