Interface GradleSettings
public interface GradleSettings
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openrewrite.gradle.marker.GradleSettingstoMarker(GradleSettings settings)
-
Method Details
-
getPluginRepositories
List<MavenRepository> getPluginRepositories() -
getPlugins
List<GradlePluginDescriptor> getPlugins() -
getFeaturePreviews
Map<String,FeaturePreview> getFeaturePreviews() -
getBuildscript
GradleBuildscript getBuildscript() -
toMarker
-