dweiss commented on pull request #501: URL: https://github.com/apache/solr/pull/501#issuecomment-1009692490
Looking at the code I think the top-level property from build.gradle should be removed and its initialization moved entirely to lucene-dev-repo-composite.gradle - then you'd know which version is actually in use (there are hacks that read versions.props there); the only place that uses this top-level property is in randomization.gradle; this should follow lucene-dev-repo-composite.gradle in the build file inclusion order and then it'd have access to a properly evaluated Lucene version (as would solr.config-file-sanity.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]
