Browse Source

Remove mavenLocal as a repository in Gradle build

pull/1223/head
Sam Brannen 9 years ago
parent
commit
c448739b7b
  1. 1
      build.gradle

1
build.gradle

@ -170,7 +170,6 @@ configure(allprojects) { project -> @@ -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…
Cancel
Save