janhoy opened a new pull request #501: URL: https://github.com/apache/solr/pull/501
The test `:solr:validateConfigFileSanity` checks that `<luceneMatchVersion>` is correct in various solrconfig files. Now that lucene version is different from solr version (e.g. on main branch right now), the build needs to know what lucene version we have. I tried using Lucene's `Version.LATEST.toString()`, but the build found a `8_10_0` version in my env. So now I try to just pull it from `versions.props`, and that works. However, it may noe be compatible with the local lucene version override feature in `lucene-dev-repo-composite.gradle`?? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
