Fixing nexus credential issue
This commit is contained in:
parent
1936957514
commit
9c018ca242
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id 'jacoco'
|
id 'jacoco'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'build_publish.gradle'
|
|
||||||
|
|
||||||
// Load custom properties
|
// Load custom properties
|
||||||
if (project.hasProperty('customProperties')) {
|
if (project.hasProperty('customProperties')) {
|
||||||
project.logger.info("Loading custom properties from: ${project.property('customProperties')}")
|
project.logger.info("Loading custom properties from: ${project.property('customProperties')}")
|
||||||
|
|
@ -17,6 +15,8 @@ if (project.hasProperty('customProperties')) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply from: 'build_publish.gradle'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue