com.xenoterracide.gradle.bundle.code-quality
Owner: Caleb Cushing
This plugin is unmaintained and may not work. Xeno's bundle for Code Quality
https://bitbucket.org/xenoterracide/gradle-plugin-bundle
Sources: https://bitbucket.org/xenoterracide/gradle-plugin-bundle
Version 0.7.11 (latest)
0.7.11
Created 31 January 2019.
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.7.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.xenoterracide.gradle:gradle-plugin-bundle:0.7.11") } } apply(plugin = "com.xenoterracide.gradle.bundle.code-quality")
- Applying plugins to all subprojects .