com.btkelly.gnag
Owner: Bryan Kelly
Code quality Gradle plugin with GitHub pull request integration
Sources: https://github.com/btkelly/gnag.git
Version 2.5.0
2.5.0
Created 21 September 2020.
Code quality Gradle plugin with GitHub pull request integration
Add this plugin to your build using the plugins DSL:
plugins {
id("com.btkelly.gnag") version "2.5.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.btkelly:gnag:2.5.0") } } apply(plugin = "com.btkelly.gnag")
- Applying plugins to all subprojects .