You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bmuschko
changed the title
GroovyParser reports a warning when setting a writable property.
GroovyParser should not report a warning when setting a writable property
Jan 15, 2025
What version of OpenRewrite are you using?
How are you running OpenRewrite?
As a test that implements
RecipeTest
executed by Gradle. I also added a logging library to my test execution classpath.What is the smallest, simplest way to reproduce the problem?
Write a custom recipe that generate a Gradle build file, along the lines of the following:
What did you expect to see?
No warning from the Groovy parser. The property
Project.version
has a setter method.What did you see instead?
The following output when executing the test with Gradle.
The text was updated successfully, but these errors were encountered: