Skip to content

Commit e89364c

Browse files
Consider CheckstylePlugin in updateDependencies
1 parent a3feea3 commit e89364c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ updateDependenciesSettings {
6666
}
6767
setFiles({
6868
return [
69-
project.file("gradle/dependency-management.gradle")
69+
project.file("gradle/dependency-management.gradle"),
70+
project.file("buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy")
7071
]
7172
})
7273
}

0 commit comments

Comments
 (0)