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 2.0.0
2.0.0
Created 05 January 2024.
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 "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.danilopianini:gradle-pre-commit-git-hooks:2.0.0") } } apply(plugin = "org.danilopianini.gradle-pre-commit-git-hooks")
- Applying plugins to all subprojects .