Skip to content

Commit e8bc0a1

Browse files
committed
Merge pull request #327 from izeye
* pr/327: Fix reference to CheckFormat in README Closes gh-327
2 parents d87f3cc + afb0e52 commit e8bc0a1

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)