We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52bf98 commit 2b858f9Copy full SHA for 2b858f9
build.gradle
@@ -7,16 +7,7 @@ buildscript {
7
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
8
}
9
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/' }
+ gradlePluginPortal()
20
21
22
0 commit comments