Skip to content

Commit 2b858f9

Browse files
committed
Use gradlePluginPortal()
1 parent f52bf98 commit 2b858f9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build.gradle

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@ buildscript {
77
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
88
}
99
repositories {
10-
maven {
11-
url 'https://repo.spring.io/plugins-release'
12-
if (project.hasProperty('artifactoryUsername')) {
13-
credentials {
14-
username = project.artifactoryUsername
15-
password = project.artifactoryPassword
16-
}
17-
}
18-
}
19-
maven { url 'https://plugins.gradle.org/m2/' }
10+
gradlePluginPortal()
2011
}
2112
}
2213

0 commit comments

Comments
 (0)