Skip to content

Commit d8852b1

Browse files
author
Vincent Potucek
committed
failOnDryRunResults
1 parent dd307d3 commit d8852b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.java-library-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ plugins {
1818

1919
rewrite {
2020
activeRecipe("org.openrewrite.java.migrate.UpgradeToJava17")
21-
activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods")
22-
activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")
21+
// activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods")
22+
// activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")
2323
failOnDryRunResults = true
2424
}
2525

0 commit comments

Comments
 (0)