I try to execute the " Automatic source code refactoring in A12 2025.06"
My first problem is that the intro says that “we provide a CLI-tool” and “You can download it from artifactory” and then shows a command that uses “utils-codemod-aggregator-cli-202506.0.0-all.jar”
Is this the right one?
<INTERNAL_LINK>
When I try to use that on my project, it starts well with
A Gradle project was found..
but then a while later
Task :rewriteRun
Validating active recipes
Recipe validation error in ReplaceStringLiteralValue.newLiteralValue: is required
… many more …
Recipe validation error in org.openrewrite.java.ChangeType: Declarative recipeList entries are expected to be strings or mappings
…
Task :rewriteRun FAILED
What can I do?