rmuir commented on PR #1181: URL: https://github.com/apache/solr/pull/1181#issuecomment-1316130653
Here's the additional commit needed: https://github.com/apache/lucene/pull/11937/commits/7952d00210a9976a7cab4c6efdf8a290d03a0018 Since I don't think solr build has fancy MR-JAR stuff, you need not worry about the `compileMain19Java` case and can remove that. But you need the other two cases (basically it is whether `java` or `javac` is being run, flags need to be passed differently). -- 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]
