Skip to content

Commit

Permalink
Remove file permission change
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Feb 7, 2025
1 parent 720caa2 commit 95cef9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ tasks.register("clean", Delete::class) { delete(rootProject.layout.buildDirector
tasks.register<Copy>("installGitHook") {
from("pre-commit")
into(layout.projectDirectory.dir(".git/hooks"))
fileMode = 777
}

afterEvaluate {
Expand Down

0 comments on commit 95cef9d

Please sign in to comment.