Skip to content

Commit dd307d3

Browse files
author
Vincent Potucek
committed
MissingOverride
1 parent ed9136f commit dd307d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ plugins {
1717
}
1818

1919
rewrite {
20-
// failOnDryRunResults(true)
2120
activeRecipe("org.openrewrite.java.migrate.UpgradeToJava17")
2221
activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods")
2322
activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")
23+
failOnDryRunResults = true
2424
}
2525

2626
dependencies {

0 commit comments

Comments
 (0)