Stop using mavenLocal()
This commit makes sure the content of the local maven repository has no impact on the build See gh-23124
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user