This is an automated email from the ASF dual-hosted git repository. blue pushed a commit to branch 0.14.x in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 23dd13b47162637cdeea9be36f8cb2595c1557fe Author: Ryan Blue <[email protected]> AuthorDate: Sun Jul 17 08:18:11 2022 -0700 Build: Add iceberg-build.properties to RAT excludes. (#5262) --- dev/.rat-excludes | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/.rat-excludes b/dev/.rat-excludes index bb47575524..d41b7bb61e 100644 --- a/dev/.rat-excludes +++ b/dev/.rat-excludes @@ -1,6 +1,7 @@ version.txt versions.lock versions.props +iceberg-build.properties .java-version books.json new-books.json
