You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rewrite-gradle/src/main/resources/META-INF/rewrite/gradle.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,16 @@
17
17
type: specs.openrewrite.org/v1beta/recipe
18
18
name: org.openrewrite.gradle.GradleBestPractices
19
19
displayName: Apply Gradle best practices
20
-
description: Apply a set of [Gradle best practices](https://docs.gradle.org/current/userguide/best_practices_general.html) to the build files, for more efficient and ideomatic builds.
20
+
description: Apply a set of [Gradle best practices](https://docs.gradle.org/current/userguide/best_practices_general.html) to the build files, for more efficient and idiomatic builds.
0 commit comments