openrewrite / rewrite-gradle-plugin

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

Add GradleProject marker to `gradle.properties` #267

Closed timtebeek closed 8 months ago

timtebeek commented 8 months ago

What's changed?

Consistently add the GradleProject marker to gradle.properties files, even when other resources are skipped.

What's your motivation?

The GradleProject marker is now used in UpgradeDependencyVersion, and as such needs to be present to bump version there.

Anything in particular you'd like reviewers to focus on?

Also removed the class wide @SuppressWarnings("unused"), as lead to some puzzling code choices. Small change that whe we have to cascade down.

Any additional context