mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-28 12:57:37 +00:00
fix(build-logic): set hook source file path sensitivity to NONE
The file path is irrelevant, we only care about the script contents
This commit is contained in:
parent
24d9e49289
commit
ff85f751a3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user