com.xenoterracide.gradle.error-prone-defaults
Owner: Caleb Cushing
This plugin is unmaintained and may not work. Xeno's Default Error Prone Settings
https://bitbucket.org/xenoterracide/gradle-plugin-bundle
Sources: https://bitbucket.org/xenoterracide/gradle-plugin-bundle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.xenoterracide.gradle.error-prone-defaults") version "0.6.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.xenoterracide.gradle:gradle-plugin-bundle:0.6.6") } } apply(plugin = "com.xenoterracide.gradle.error-prone-defaults")
- Applying plugins to all subprojects .