We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd307d3 commit d8852b1Copy full SHA for d8852b1
gradle/plugins/common/src/main/kotlin/junitbuild.java-library-conventions.gradle.kts
@@ -18,8 +18,8 @@ plugins {
18
19
rewrite {
20
activeRecipe("org.openrewrite.java.migrate.UpgradeToJava17")
21
- activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods")
22
- activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")
+// activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods")
+// activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")
23
failOnDryRunResults = true
24
}
25
0 commit comments