io.github.gmazzo.codeowners
Owner: Guillermo Mazzola
A Gradle plugin to propagate CODEOWNERS to JVM classes
https://github.com/gmazzo/gradle-codeowners-plugin
Sources: https://github.com/gmazzo/gradle-codeowners-plugin
Version 2.0.3
2.0.3
Created 26 December 2023.
Computes the codeowners of the project's classes
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.gmazzo.codeowners") version "2.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.gmazzo.codeowners:base-plugin:2.0.3") } } apply(plugin = "io.github.gmazzo.codeowners")
- Applying plugins to all subprojects .