Re: lucene-dev-repo-composite.gradle

2023-05-16 Thread Michael Gibney
`-Plucene.dev.path=[path]` in particular can be useful for iterative development of Lucene as used in the context of Solr, or as cross-checked through Solr tests. IIRC I've found that the versions.props/lock bypasses mavenLocal and always tries to re-download dependencies? Jar checksums might

lucene-dev-repo-composite.gradle

2023-05-15 Thread Gus Heck
This file starts with the following comment; // Local Lucene development repository resolution: // 1) A "-Plucene.dev.version=[version]" property, resolving Lucene artifacts from a local Maven repository. // 2) A non-empty property "-Plucene.dev.path=[path]" pointing to a local path. Relative