Skip to content

Commit 006be54

Browse files
committed
Update build.gradle
1 parent 7c7b04a commit 006be54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

de.peeeq.wurstscript/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ tasks.register('versionInfoFile') {
182182
inputs.files(fileTree(new File(repoDir, ".git/refs"))).withPropertyName("gitRefs")
183183
// - tags move / new tags (for git describe --tags)
184184
inputs.files(fileTree(new File(repoDir, ".git/refs/tags"))).withPropertyName("gitTags")
185-
// - packed refs can contain tags/refs
186-
inputs.file(new File(repoDir, ".git/packed-refs")).optional().withPropertyName("gitPackedRefs")
187185
// - working tree dirtiness affects "--dirty"
188186
inputs.file(new File(repoDir, ".git/index")).optional().withPropertyName("gitIndex")
189187

0 commit comments

Comments
 (0)