uschindler commented on issue #13695: URL: https://github.com/apache/lucene/issues/13695#issuecomment-2315935860
OK, I found the bug. The comment explains it: https://github.com/apache/lucene/blob/d55b92bae01be46656c4d373d8cb1d081b280469/gradle/validation/jar-checks.gradle#L138-L140 Basically when the real check tasks are not executed at all (due to everything uptodated), `referencedFiles` stays empty and then it complains about the files as those are not removed form the files found in the directory. We have to make sure that all of the tasks which change the referencedFiles property actually run. -- 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