What version of OpenRewrite are you using?
I am using
- OpenRewrite v1.2.3
- Maven/Gradle plugin v1.2.3
- rewrite-module v1.2.3
How are you running OpenRewrite?
I am using the Maven plugin, and my project is a single module project.
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>1.2.3</version>
<configuration>
...
</configuration>
</plugin>
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
➜ spotless git:(fix-rewrite) ./gradlew clean spotlessApply build -x test
./gradlew: line 117: syntax error near unexpected token `('
./gradlew: line 117: `<% if ( classpath ) {%>\'
What is the full stack trace of any errors you encountered?
assuming some kind of dogfood approach could prevent this kind of issues in first place, breaking already on dev or integration instead of production.
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I am using the Maven plugin, and my project is a single module project.
What is the smallest, simplest way to reproduce the problem?
GradleBestPracticesdiffplug/spotless#2708GradleBestPracticesto fix build diffplug/spotless#2709What did you expect to see?
What did you see instead?
What is the full stack trace of any errors you encountered?
Are you interested in contributing a fix to OpenRewrite?
assuming some kind of dogfood approach could prevent this kind of issues in first place, breaking already on dev or integration instead of production.