Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Caleb Cushing
com.xenoterracide.gradle.code-quality
PluginId
Author
com.xenoterracide.gradle.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.4.7-3-g726b52c
0.4.7-3-g726b52c
Created 20 July 2018.
Xeno's bundle for Code Quality
Other versions
- 0.5.3-2-g7beba77
- 0.5.3-1-g2bd0897
- 0.5.3
- 0.5.2-20-g4ed73dc
- 0.5.2-18-g8bbeee4
- 0.5.2-17-g66681b1
- 0.5.2-16-ge867caf
- 0.5.2-15-ga51ddda
- 0.5.2-14-g0bee3ae
- 0.5.2-13-ga7f789e
- 0.5.2-12-g8bfc441
- 0.5.2-11-g9c117af
- 0.5.2-10-gcaaa342
- 0.5.2-9-g8d1710e
- 0.5.2-8-gd6eb8df
- 0.5.2-7-gd878997
- 0.5.2-6-g0c3351c
- 0.5.2-5-g11f7b50
- 0.5.2-4-gdf72e92
- 0.5.2-3-g1c4ac12
- 0.5.2-2-g858e793
- 0.5.2-1-g8cdda3c
- 0.5.2
- 0.5.1-4-g912ccac
- 0.5.1-2-gaf865ca
- 0.5.1-1-ga789ef8
- 0.5.1
- 0.5.0-10-g2122b56
- 0.5.0-9-gc94523f
- 0.5.0-8-g72c7221
- 0.5.0-7-ga55fc34
- 0.5.0-6-gdc20999
- 0.5.0-5-g2c02705
- 0.5.0-4-g6be8c82
- 0.5.0-3-g2d45f4b
- 0.5.0-2-g9572aa1
- 0.5.0-1-g0e1b374
- 0.5.0
- 0.4.7-9-g737f331
- 0.4.7-8-g38465b7
- 0.4.7-7-gb4341fb
- 0.4.7-6-gf5e6f29
- 0.4.7-5-g81fe8b1
- 0.4.7-4-gc51109f
- 0.4.7-2-ged57689
- 0.4.7-1-g8401424
- 0.4.7
- 0.4.6-3-g121eb2a
- 0.4.6-2-gbf11c00
- 0.4.6-1-gf9d5cbb
- 0.4.6
- 0.4.5
- 0.4.4-3-ga1b6dac
- 0.4.4-2-gb9a2909
- 0.4.4-1-g50f7c5e
- 0.4.4
- 0.4.3-1-g19a675b
- 0.4.0-3-gfae80a7
- 0.4.0-2-ga7ee9ef
- 0.4.0-1-gb1671b4
- 0.3.13
- 0.3.12
- 0.3.11-17-ga74fd7a
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.25
- 0.1.24
- 0.1.23
- 0.1.22
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- v0.4.3
- v0.4.2-2-g633e116
- v0.4.2-1-gf698a27
- v0.4.2
- v0.4.1-1-gfe2047d
- v0.4.1-1-gb6ee7f8
- v0.4.1-1-g150b394
- v0.4.1
Add this plugin to your build using the plugins DSL:
plugins {
id("com.xenoterracide.gradle.code-quality") version "0.4.7-3-g726b52c"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.xenoterracide.gradle:pluginbundle:0.4.7-3-g726b52c") } } apply(plugin = "com.xenoterracide.gradle.code-quality")
- Applying plugins to all subprojects .