tylerbertrand commented on code in PR #12150:
URL: https://github.com/apache/lucene/pull/12150#discussion_r1108598872


##########
gradle/validation/jar-checks.gradle:
##########
@@ -231,7 +238,8 @@ subprojects {
           }
         }
       }
-
+      def f = new File(project.buildDir.path + "/" + outputFileName)
+      f.text = errors

Review Comment:
   Dawid is correct, for tasks to take advantage of incremental building and 
the build cache, they're required to have an output.



-- 
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

Reply via email to