Skip to content

Commit 57905d2

Browse files
committed
Remove redundant mavenLocal repository declarations
1 parent 244a734 commit 57905d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
maven { url 'https://repo.spring.io/plugins-release' }
55
maven { url 'https://plugins.gradle.org/m2/' }
6-
mavenLocal()
6+
maven { url 'https://repo.spring.io/snapshot' }
77
}
88
dependencies {
99
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
@@ -17,7 +17,7 @@ allprojects {
1717
group = 'org.springframework.restdocs'
1818
repositories {
1919
mavenCentral()
20-
mavenLocal()
20+
maven { url 'https://repo.spring.io/snapshot' }
2121
}
2222
}
2323

0 commit comments

Comments
 (0)