Revert "Use artifactoryUsername/Password for plugin repositories"
This reverts commit 6db194da27
.
This commit is contained in:
parent
a7d4d45658
commit
ef314e5c28
10
build.gradle
10
build.gradle
@ -5,15 +5,7 @@ buildscript {
|
|||||||
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
|
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven { url 'https://repo.spring.io/plugins-snapshot' }
|
||||||
url = 'https://repo.spring.io/plugins-snapshot'
|
|
||||||
if (project.hasProperty('artifactoryUsername')) {
|
|
||||||
credentials {
|
|
||||||
username "$artifactoryUsername"
|
|
||||||
password "$artifactoryPassword"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven { url 'https://plugins.gradle.org/m2/' }
|
maven { url 'https://plugins.gradle.org/m2/' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user