Browse Source

Stop using mavenLocal()

This commit makes sure the content of the local maven repository has no
impact on the build

See gh-23124
pull/23540/head
Stephane Nicoll 7 years ago
parent
commit
46b3a8335f
  1. 1
      build.gradle

1
build.gradle

@ -119,7 +119,6 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project -> @@ -119,7 +119,6 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow
maven { url "https://repo.spring.io/milestone" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
mavenLocal()
}
dependencies {

Loading…
Cancel
Save