Package com.indeed.ossgradle.internal
Class IndeedOssFeaturePlugin
- java.lang.Object
-
- com.indeed.ossgradle.internal.IndeedOssFeaturePlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class IndeedOssFeaturePlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>This allows client projects to apply com.indeed.oss "feature" sub-plugins by name without us needing to wait for gradle plugin portal to approve the new names.
-
-
Constructor Summary
Constructors Constructor Description IndeedOssFeaturePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateFeature(java.lang.String id)voidapply(org.gradle.api.Project project)
-