creds added
This commit is contained in:
13
creds.gradle
Normal file
13
creds.gradle
Normal 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'
|
Reference in New Issue
Block a user