> > > Wasn't the src.tgz not created by Gradle? Was it done by using the git > command line inside the release wizard? >
No - we use external git because it simplifies excludes/ includes (git will only compress versioned files). https://github.com/apache/lucene/blob/main/lucene/distribution/source-release.gradle > I used 7zip on Windows to review file contents. > It's interesting because this file needs to be marked as ignored/excluded somehow - I don't see it when I unpack the source archive with cygwin (or total commander's plugin): $ tar -ztvf lucene-9.0.0-src.tgz | grep "pax" | wc -l 0 D. >
