Package org.openrewrite.gradle.marker
Class GradleProjectBuilder
java.lang.Object
org.openrewrite.gradle.marker.GradleProjectBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic org.openrewrite.gradle.marker.GradleProjectgradleProject(org.gradle.api.Project project) static List<org.openrewrite.gradle.marker.GradlePluginDescriptor> pluginDescriptors(org.gradle.api.internal.plugins.PluginManagerInternal pluginManager) static List<org.openrewrite.gradle.marker.GradlePluginDescriptor> pluginDescriptors(@Nullable org.gradle.api.plugins.PluginManager pluginManager)
-
Method Details
-
gradleProject
public static org.openrewrite.gradle.marker.GradleProject gradleProject(org.gradle.api.Project project) -
pluginDescriptors
public static List<org.openrewrite.gradle.marker.GradlePluginDescriptor> pluginDescriptors(@Nullable org.gradle.api.plugins.PluginManager pluginManager) -
pluginDescriptors
public static List<org.openrewrite.gradle.marker.GradlePluginDescriptor> pluginDescriptors(org.gradle.api.internal.plugins.PluginManagerInternal pluginManager) -
clearCaches
public static void clearCaches()
-