mirror of https://github.com/apache/lucene.git
make gradlew mavenToLocalRepo work.
This commit is contained in:
parent
2b9f5bb537
commit
ee4871f24a
|
@ -259,7 +259,8 @@ configure(subprojects.findAll { it.path in rootProject.published }) { prj ->
|
|||
//
|
||||
// https://github.com/palantir/gradle-consistent-versions/issues/550
|
||||
withXml {
|
||||
asNode().dependencyManagement.replaceNode {}
|
||||
def dm = asNode().dependencyManagement
|
||||
if (dm) dm.replaceNode {}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue