ludlows opened a new pull request, #6788: URL: https://github.com/apache/iceberg/pull/6788
make the gradle build process run without exceptions in absence of git. [ throw new Exception("Neither version.txt nor git version exists")](https://github.com/ludlows/iceberg/blob/505368ad3f02d490cc969a5949cfcb9e51c00828/build.gradle#L841) as shown above, in the file build.gradle, which requires either git version or version.txt file to start the build process, a error "_Neither version.txt nor git version exists_" is raised in absence of git version . here I added the file _version.txt_ to make the build process start to 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org