Skip to content

Commit

Permalink
Build: Exclude unnecessary git properties from iceberg-build.properti…
Browse files Browse the repository at this point in the history
…es (apache#5277)

Co-authored-by: Prashant Singh <psinghvk@amazon.com>
  • Loading branch information
singhpk234 and Prashant Singh authored Jul 15, 2022
1 parent 90fe0ed commit 95f9adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ gitProperties {
gitPropertiesResourceDir = file("${rootDir}/build")
extProperty = 'gitProps'
failOnNoGitDirectory = true
keys = ['git.branch', 'git.build.version', 'git.closest.tag.name','git.commit.id.abbrev', 'git.commit.id',
'git.commit.message.short', 'git.commit.time', 'git.tags']
}
generateGitProperties.outputs.upToDateWhen { false }

Expand Down

0 comments on commit 95f9adb

Please sign in to comment.