com.btkelly.gnag
Owner: Bryan Kelly
Code quality Gradle plugin with GitHub pull request integration
Sources: https://github.com/btkelly/gnag.git
Version 2.4.1
2.4.1
Created 31 October 2019.
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.4.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.btkelly:gnag:2.4.1") } } apply(plugin = "com.btkelly.gnag")
- Applying plugins to all subprojects .