Codemod aggregator recipe validation error

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?

Hi @stephen-warm-graph, we are really sorry that you are facing those problems. Unfortunately, we did not coordinate the update of the documentation with the actual release of the artifact that well.
The parts of the documentation refering to the artifact will be removed soon, and as soon as we release the artifact, we will add the documentation again.
Our plan is to make some tests and release the artifact end of next week.
Some of the validation errors might remain for a while, but they should not affect the actual execution of the tool.
Regarding Task :rewriteRun FAILED, I might contact you directly as soon as we have a version with which we can continue our tests.