com.gtramontina.ghooks.gradle
Simple Git hooks
https://github.com/gtramontina/ghooks.gradle
Sources: https://github.com/gtramontina/ghooks.gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gtramontina.ghooks.gradle") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gtramontina.ghooks.gradle:ghooks.gradle:2.0.0") } } apply(plugin = "com.gtramontina.ghooks.gradle")
- Applying plugins to all subprojects .