openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
64 stars 40 forks source link

Gradle 8.x Deprecates PluginConvention and will be Removed in Gradle 9.0 #307

Closed blipper closed 5 months ago

blipper commented 5 months ago

How are you running OpenRewrite?

What is the smallest, simplest way to reproduce the problem?

This is used in https://github.com/openrewrite/rewrite-gradle-plugin/blob/main/plugin/src/main/java/org/openrewrite/gradle/RewritePlugin.java#L103 See https://docs.gradle.org/current/userguide/upgrading_version_8.html#deprecated_access_to_conventions

Are you interested in contributing a fix to OpenRewrite?

shanman190 commented 5 months ago

Just noting that there is also a PR for this too.