com.palantir.baseline-findbugs
Owner: Palantir Technologies
Baseline Java is a collection of Gradle plugins for configuring code quality tools in builds and generated Eclipse/IntelliJ projects.
https://github.com/palantir/gradle-baseline
Sources: https://github.com/palantir/gradle-baseline
Version 0.6.1 (latest)
0.6.1
Created 13 July 2016.
Baseline Java is a collection of Gradle plugins for configuring code quality tools in builds and generated Eclipse/IntelliJ projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.palantir.baseline-findbugs") version "0.6.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.palantir:gradle-baseline-java:0.6.1") } } apply(plugin = "com.palantir.baseline-findbugs")
- Applying plugins to all subprojects .