Skip to content

Commit 8e27bc3

Browse files
committed
[pom] Correct tag for rewrite
1 parent 944842b commit 8e27bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@
16581658
<artifactId>rewrite-maven-plugin</artifactId>
16591659
<configuration>
16601660
<activeRecipes>
1661-
<recipe>org.openrewrite.java.RemoveUnusedImports</recipe>
1661+
<activeRecipe>org.openrewrite.java.RemoveUnusedImports</activeRecipe>
16621662
</activeRecipes>
16631663
</configuration>
16641664
<executions>

0 commit comments

Comments
 (0)