Skip to content

Commit 46b3a83

Browse files
committed
Stop using mavenLocal()
This commit makes sure the content of the local maven repository has no impact on the build See gh-23124
1 parent e5b9571 commit 46b3a83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
119119
maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow
120120
maven { url "https://repo.spring.io/milestone" } // Reactor
121121
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
122-
mavenLocal()
123122
}
124123

125124
dependencies {

0 commit comments

Comments
 (0)