Skip to content

Commit

Permalink
Remove Git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Jan 26, 2025
1 parent 4fa3479 commit 76e3e7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ subprojects {
//}

// pre build gradle hook for git init on evey gradle build to reduce developer friction.
val installGitHook by tasks.register<Exec>("installGitHook") {
workingDir = rootProject.rootDir
commandLine = listOf("sh", "./githooks/git-init.sh")
}
//val installGitHook by tasks.register<Exec>("installGitHook") {
// workingDir = rootProject.rootDir
// commandLine = listOf("sh", "./githooks/git-init.sh")
//}

tasks.getByPath("app:assemble").dependsOn(installGitHook)

0 comments on commit 76e3e7e

Please sign in to comment.