diff options
Diffstat (limited to 'build-logic')
-rw-r--r-- | build-logic/automation-plugins/src/main/kotlin/app/passwordstore/gradle/tasks/GitHooks.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-logic/automation-plugins/src/main/kotlin/app/passwordstore/gradle/tasks/GitHooks.kt b/build-logic/automation-plugins/src/main/kotlin/app/passwordstore/gradle/tasks/GitHooks.kt index 37fad7ef..3ffb4c71 100644 --- a/build-logic/automation-plugins/src/main/kotlin/app/passwordstore/gradle/tasks/GitHooks.kt +++ b/build-logic/automation-plugins/src/main/kotlin/app/passwordstore/gradle/tasks/GitHooks.kt @@ -26,7 +26,7 @@ import org.gradle.api.tasks.TaskAction @CacheableTask abstract class GitHooks : DefaultTask() { @get:InputFile - @get:PathSensitive(PathSensitivity.RELATIVE) + @get:PathSensitive(PathSensitivity.NONE) abstract val hookSource: RegularFileProperty @get:OutputFile abstract val hookOutput: RegularFileProperty |