openrewrite / rewrite-gradle-plugin

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

Fixes invalid exclusion paths #213

Closed rpau closed 1 year ago

rpau commented 1 year ago

What's changed?

The exclusion paths were calculated from the parent project path instead of the base dir. This has caused duplicated source files in the Moderne Gradle plugin.

What's your motivation?

Duplicated source files in the LSTs we generate.

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

Anyone you would like to review specifically?

@knutwannheden @sambsnyd @jkschneider

rpau commented 1 year ago

To have a green build, we need to merge https://github.com/openrewrite/rewrite-gradle-plugin/pull/214 first because the main branch is broken