We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a08dd commit 2e4c845Copy full SHA for 2e4c845
1 file changed
pom.xml
@@ -817,6 +817,7 @@ under the License.</licenseText>
817
<!-- <recipe>org.openrewrite.staticanalysis.RemoveUnusedLocalVariables</recipe> -->
818
<!-- <recipe>org.openrewrite.staticanalysis.RemoveUnusedPrivateFields</recipe> -->
819
<recipe>org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods</recipe>
820
+ <recipe>org.openrewrite.java.spring.boot2.SpringBoot2JUnit4to5Migration</recipe>
821
</activeRecipes>
822
<exportDatatables>true</exportDatatables>
823
<failOnDryRunResults>true</failOnDryRunResults>
0 commit comments