We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b04a commit 006be54Copy full SHA for 006be54
1 file changed
de.peeeq.wurstscript/build.gradle
@@ -182,8 +182,6 @@ tasks.register('versionInfoFile') {
182
inputs.files(fileTree(new File(repoDir, ".git/refs"))).withPropertyName("gitRefs")
183
// - tags move / new tags (for git describe --tags)
184
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")
187
// - working tree dirtiness affects "--dirty"
188
inputs.file(new File(repoDir, ".git/index")).optional().withPropertyName("gitIndex")
189
0 commit comments