io.github.oleksivio.commitlint
Owner: Ilia Oleksiv
Commitlint
https://github.com/oleksivio/commitlint-gradle-plugin
Sources: https://github.com/oleksivio/commitlint-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.oleksivio.commitlint") version "0.14.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.oleksivio:commitlint:0.14.0") } } apply(plugin = "io.github.oleksivio.commitlint")
- Applying plugins to all subprojects .