https://docs.openrewrite.org/recipes/java/logging/systemouttologging
I am trying to apply the follwing recipe on a gradle project, but the recipe doesnt apply changes to my files.
Here is the build.gradle file.
enter image description here Here is my java class,
I am running the gradle using ./gradlew rewriterun. Do I need to specify the options there? Can you please tell me if I miss something.
Not able to see the changes that recipe make.