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 a7d4d45 commit ef314e5Copy full SHA for ef314e5
build.gradle
@@ -5,15 +5,7 @@ buildscript {
5
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
6
}
7
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
+ maven { url 'https://repo.spring.io/plugins-snapshot' }
17
maven { url 'https://plugins.gradle.org/m2/' }
18
19
0 commit comments