Search Gradle plugins

Version 0.6.8

0.6.8

Created 21 November 2018.

Xeno's bundle for Code Quality

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.xenoterracide.gradle.bundle.code-quality") version "0.6.8"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.xenoterracide.gradle:gradle-plugin-bundle:0.6.8")
      }
    }
    
    apply(plugin = "com.xenoterracide.gradle.bundle.code-quality")
  • Applying plugins to all subprojects .