Class BaselineErrorProne

java.lang.Object
com.palantir.baseline.plugins.BaselineErrorProne
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public final class BaselineErrorProne extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
  • Field Details

  • Constructor Details

    • BaselineErrorProne

      public BaselineErrorProne()
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>
    • filterOutPreconditions

      public static Predicate<String> filterOutPreconditions(org.gradle.api.artifacts.Configuration compileClasspath)
      Filters out preconditions checks if the required libraries are not on the classpath.