mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Use gradlePluginPortal()
This commit is contained in:
parent
f52bf98350
commit
2b858f9371
11
build.gradle
11
build.gradle
@ -7,16 +7,7 @@ buildscript {
|
|||||||
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
|
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
gradlePluginPortal()
|
||||||
url 'https://repo.spring.io/plugins-release'
|
|
||||||
if (project.hasProperty('artifactoryUsername')) {
|
|
||||||
credentials {
|
|
||||||
username = project.artifactoryUsername
|
|
||||||
password = project.artifactoryPassword
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven { url 'https://plugins.gradle.org/m2/' }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user