You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/10 22:19:00 UTC

[GitHub] [iceberg] kbendick commented on a diff in pull request #5237: API: Add IcebergBuild info

kbendick commented on code in PR #5237:
URL: https://github.com/apache/iceberg/pull/5237#discussion_r917453600


##########
build.gradle:
##########
@@ -66,6 +57,28 @@ if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
   throw new GradleException("This build must be run with JDK 8 or 11 but was executed with JDK " + JavaVersion.current())
 }
 
+apply plugin: 'com.gorylenko.gradle-git-properties'

Review Comment:
   Ooo I see you were able to get rid of the try-catch. Good job! 👍 



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org