uschindler commented on code in PR #12150: URL: https://github.com/apache/lucene/pull/12150#discussion_r1107482290
########## gradle/validation/jar-checks.gradle: ########## @@ -231,7 +238,8 @@ subprojects { } } } - + def f = new File(project.buildDir.path + "/" + outputFileName) + f.text = errors Review Comment: This was also part of the Solr PR and was overlooked there. In general I don't understand why this was added at all. What is the output file used for at all? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org