Przeglądaj źródła

Revert "Use artifactoryUsername/Password for plugin repositories"

This reverts commit 6db194da2734fd5587534c8217aaf3a7a5f9a229.
Joe Grandja 4 lat temu
rodzic
commit
ef314e5c28
1 zmienionych plików z 1 dodań i 9 usunięć
  1. 1 9
      build.gradle

+ 1 - 9
build.gradle

@@ -5,15 +5,7 @@ buildscript {
 		classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
 	}
 	repositories {
-		maven {
-			url = 'https://repo.spring.io/plugins-snapshot'
-			if (project.hasProperty('artifactoryUsername')) {
-				credentials {
-					username "$artifactoryUsername"
-					password "$artifactoryPassword"
-				}
-			}
-		}
+		maven { url 'https://repo.spring.io/plugins-snapshot' }
 		maven { url 'https://plugins.gradle.org/m2/' }
 	}
 }