Skip to content

Commit ef314e5

Browse files
committed
Revert "Use artifactoryUsername/Password for plugin repositories"
This reverts commit 6db194d.
1 parent a7d4d45 commit ef314e5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ buildscript {
55
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
66
}
77
repositories {
8-
maven {
9-
url = 'https://repo.spring.io/plugins-snapshot'
10-
if (project.hasProperty('artifactoryUsername')) {
11-
credentials {
12-
username "$artifactoryUsername"
13-
password "$artifactoryPassword"
14-
}
15-
}
16-
}
8+
maven { url 'https://repo.spring.io/plugins-snapshot' }
179
maven { url 'https://plugins.gradle.org/m2/' }
1810
}
1911
}

0 commit comments

Comments
 (0)