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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]