openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
60 stars 37 forks source link

do we have anything for changemanageddependencyandartifactid for gradle? #278

Closed Sanskarbajaj closed 7 months ago

Sanskarbajaj commented 7 months ago

org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId

do we have anything for changemanageddependencyandartifactid for gradle?

shanman190 commented 7 months ago

ChangeManagedDependencyGroupIdAndArtifactId has so far not made any sense for Gradle yet. You're probably looking for ChangeDependency which allows you to swap a dependency out.

timtebeek commented 7 months ago

You might be interested in this ongoing work, which for now is only in our snapshot versions

Other than that let's continue on Slack, as it's easier to give quick answer there.