Skip to content

Commit afb0e52

Browse files
izeyesnicoll
authored andcommitted
Fix reference to CheckFormat in README
See gh-327
1 parent d87f3cc commit afb0e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ In case you want to exclude a package from being checked, for example if you gen
150150

151151
[source,groovy,indent=0,subs="normal"]
152152
----
153-
tasks.withType(io.spring.javaformat.gradle.CheckTask) {
153+
tasks.withType(io.spring.javaformat.gradle.tasks.CheckFormat) {
154154
exclude "package/to/exclude"
155155
}
156156
----

0 commit comments

Comments
 (0)