Skip to content

Instantly share code, notes, and snippets.

@taptappub
taptappub / build.gradle
Last active September 30, 2020 10:06 — forked from KenVanHoeylandt/build.gradle
Gradle auto-installing pre-commit hook
// Add it to the bottom of the root "build.gradle" file
apply from: rootProject.file('gradle/install-git-hooks.gradle')