Class RewriteRecipeLibraryPlugin
java.lang.Object
org.openrewrite.gradle.RewriteRecipeLibraryPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class RewriteRecipeLibraryPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
A plugin that applies all the necessary plugins to create a recipe library in an open source environment where
Maven Central and Nexus Snapshots artifact repositories are available.
If your project does not use all the same plugins you can
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RewriteRecipeLibraryPlugin
public RewriteRecipeLibraryPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-