Ver Fonte

Remove Stray mavenLocal Reference

Josh Cummings há 1 mês atrás
pai
commit
2f345361da

+ 1 - 2
servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle

@@ -6,7 +6,6 @@ plugins {
 }
 
 repositories {
-	mavenLocal()
 	mavenCentral()
 	maven { url "https://repo.spring.io/milestone" }
 	maven { url "https://repo.spring.io/snapshot" }
@@ -35,5 +34,5 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	
+
 }