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

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

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