org.danilopianini.gradle-pre-commit-git-hooks
Owner: Danilo Pianini
A Gradle plugin enforcing pre-commit and commit-msg Git hooks configuration. Conventional-commits-ready.
https://github.com/DanySK/gradle-pre-commit-git-hooks
Sources: https://github.com/DanySK/gradle-pre-commit-git-hooks
Version 1.0.12
1.0.12
Created 08 June 2022.
A Gradle plugin enforcing pre-commit and commit-msg Git hooks configuration. Conventional-commits-ready.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.danilopianini.gradle-pre-commit-git-hooks") version "1.0.12"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.danilopianini:gradle-pre-commit-git-hooks:1.0.12") } } apply(plugin = "org.danilopianini.gradle-pre-commit-git-hooks")
- Applying plugins to all subprojects .