Class TransitiveAbiCheckerPlugin

java.lang.Object
com.palantir.gradle.abi.checker.TransitiveAbiCheckerPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class TransitiveAbiCheckerPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
This plugin is the core part which configures the task and extension on a subproject. It should not be applied manually directly and instead is applied by TransitiveAbiCheckerRootPlugin.
  • Constructor Details

    • TransitiveAbiCheckerPlugin

      public TransitiveAbiCheckerPlugin()
  • Method Details

    • apply

      public final void apply(@NotNull @NotNull org.gradle.api.Project subproject)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>