Remove mavenLocal as a repository in Gradle build
This commit is contained in:
parent
f1c20a8d31
commit
c448739b7b
|
@ -170,7 +170,6 @@ configure(allprojects) { project ->
|
|||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url "https://repo.spring.io/libs-release" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/snapshot" } // Reactor 3 snapshots
|
||||
|
|
Loading…
Reference in New Issue