snazy opened a new pull request, #5051: URL: https://github.com/apache/iceberg/pull/5051
Moves the call to `getProjectVersion()` out of the "loop" that's evaluated for every Gradle project and memoize the project version in the file `build/version.txt`. The former, moving `getProjectVersion()` out of the `allprojects` block, should make project configuration in Gradle a bit faster. The latter helps other projects + CI environments to inquire the version being build or the version that has been build by looking into that file. -- 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]
