-
Hello:
This error happens with version 4.17.0-SNAPSHOT of rewrite-maven-plugin but does not occur with version 4.16.0.
I'm using the recipe
```yaml
recipeList:
- org.openrewrite.maven.A…
-
Hello,
I'm using the recipe
```yaml
recipeList:
- org.openrewrite.maven.AddDependency:
groupId: com.google.guava
artifactId: guava
version: 29.X
onlyIfUsing: o…
-
Good morning,
Good morning, I would like to ask a question. Is there any way to add a dependency without adding the version, since the version is inherited from the parent. Now the AddDependency r…
-
Given the sample:
https://github.com/shanman190/openrewrite-gradle-issue-gh-83
And executing `./gradlew rewriteDryRun` the plugin outputs:
```
> Task :compileJava NO-SOURCE
> Task :processRes…
-
### Problem
![image](https://user-images.githubusercontent.com/1697736/142478583-9f36b760-7835-4c3b-b863-024b7b2d0b06.png)
#### Recipes in example diff:
- org.openrewrite.java.format.EmptyNew…
-
Reproduced wihen adding the plugin on https://github.com/jhipster/jhipster-sample-app
```
org.openrewrite.maven
rewrite-maven-plugin
4…
-
Hi
I have made a simple project that adds a dependency to a pom.xml
If in the yaml I add another recipe later it works correctly. https://github.com/ruben-garciapariente/test-openwrite/tree/3fe…
-
Running the `rewrite-spring#GetErrorAttributes` recipe from the `rewrite-maven-plugin` throws an `IllegalArgumentException`
The rewrite-spring GetErrorAttributes recipes leverages a JavaTemplate ha…
-
In my project I use property placeholders for the version so something like;
```
1.2.3
ch.qos.logback
logback-core
${logback.version}
```
…
-
Hi
Thanks for this wonderful proyect :)
I did another test with org.openrewrite.yaml.DeleteProperty and rewrite-maven-plugin:4.13.0
My recepy is
```yaml
---
type: specs.openrewrite.org/v…