plugin updated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'nu.studer.credentials' version('1.0.4')
|
||||
id 'nu.studer.credentials' version('1.0.7')
|
||||
id 'idea'
|
||||
id 'eclipse'
|
||||
id 'application'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://nexus.red-soft.ru/repository/ncore-public'
|
||||
url 'https://nexus.red-soft.ru/repository/public'
|
||||
}
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url 'https://ncore-repo.red-soft.ru/repository/ncore-public'
|
||||
url 'https://ncore-repo.red-soft.ru/repository/public'
|
||||
if (project.credentials.user != null && project.credentials.password != null) {
|
||||
credentials {
|
||||
username project.credentials.user
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pluginManagement{
|
||||
repositories {
|
||||
maven { url 'https://ncore-repo.red-soft.ru/repository/ncore-public' }
|
||||
maven { url 'https://ncore-repo.red-soft.ru/repository/public' }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user