提交 46b3a833 编写于 作者: S Stephane Nicoll

Stop using mavenLocal()

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

See gh-23124
上级 e5b95716
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册