Use gradlePluginPortal()
This commit is contained in:
+1
-10
@@ -7,16 +7,7 @@ buildscript {
|
||||
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
|
||||
}
|
||||
repositories {
|
||||
maven {
|
||||
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/' }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user