com.palantir.baseline-error-prone
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 5.50.0
5.50.0
Created 12 April 2024.
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-error-prone") version "5.50.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.palantir.baseline:gradle-baseline-java:5.50.0") } } apply(plugin = "com.palantir.baseline-error-prone")
- Applying plugins to all subprojects .