openrewrite / rewrite-gradle-plugin

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

Add GradleProject marker to `gradle.properties` to access repositories #268

Closed timtebeek closed 8 months ago

timtebeek commented 8 months ago

Follow up from this earlier PR that copied the approach for Gradle Wrappers, but those only needed the BuildTool marker for the Gradle version, not the full GradleProject marker to access repositories to resolve dependencies and plugins.