Browse Source

Remove mavenLocal()

This was causing failures locally and leads to inconsistent results
Rob Winch 1 month ago
parent
commit
b52b34280b

+ 0 - 1
reactive/webflux/java/method/build.gradle

@@ -6,7 +6,6 @@ plugins {
 }
 
 repositories {
-	mavenLocal()
 	mavenCentral()
 	maven { url "https://repo.spring.io/milestone" }
 	maven { url "https://repo.spring.io/snapshot" }

+ 0 - 1
servlet/spring-boot/java/aot/data/build.gradle

@@ -8,7 +8,6 @@ plugins {
 }
 
 repositories {
-	mavenLocal()
 	mavenCentral()
 	maven { url "https://repo.spring.io/milestone" }
 	maven { url "https://repo.spring.io/snapshot" }

+ 0 - 1
servlet/spring-boot/java/authentication/mfa/oauth2/build.gradle

@@ -11,7 +11,6 @@ java {
 }
 
 repositories {
-	mavenLocal()
 	mavenCentral()
 	maven { url "https://repo.spring.io/milestone" }
 	maven { url "https://repo.spring.io/snapshot" }