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