You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "uschindler (via GitHub)" <gi...@apache.org> on 2023/02/15 17:46:20 UTC

[GitHub] [lucene] uschindler commented on a diff in pull request #12150: Gradle optimizations

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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org