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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TransitiveAbiCheckerPlugin
public TransitiveAbiCheckerPlugin()
-
-
Method Details
-
apply
public final void apply(@NotNull @NotNull org.gradle.api.Project subproject) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-