Skip to content

Commit

Permalink
remove use of deprecated Gradle API (#1076)
Browse files Browse the repository at this point in the history
The `fileMode` API will be removed in Gradle 9.0
  • Loading branch information
msridhar authored Nov 19, 2024
1 parent afe6927 commit 5ea8b0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,7 @@ tasks.register('installGitHooks', Copy) {
rename 'pre-commit-stub', 'pre-commit'
}
into file('.git/hooks')
fileMode 0777
filePermissions {
unix(0777)
}
}

0 comments on commit 5ea8b0c

Please sign in to comment.