Search Gradle plugins

com.btkelly.gnag

Code quality Gradle plugin with GitHub pull request integration

http://gnag.watch

Sources: https://github.com/btkelly/gnag.git

Version 3.0.2

3.0.2

Created 12 August 2021.

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 "3.0.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.btkelly:plugin:3.0.2")
      }
    }
    
    apply(plugin = "com.btkelly.gnag")
  • Applying plugins to all subprojects .