Skip to content

Commit e7dd570

Browse files
author
Vincent Potucek
committed
MissingOverride
1 parent 9e88533 commit e7dd570

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,7 +17,7 @@ plugins {
1717
}
1818

1919
rewrite {
20-
failOnDryRunResults(true)
20+
failOnDryRunResults = true
2121
activeRecipe("org.openrewrite.java.migrate.UpgradeToJava17")
2222
activeRecipe("org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods")
2323
activeRecipe("org.openrewrite.staticanalysis.MissingOverrideAnnotation")

0 commit comments

Comments
 (0)