Skip to content

Commit b97afbf

Browse files
committed
- fixes samples build after setting up checkstyle
1 parent 63a3c29 commit b97afbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def pomConfig = {
6868

6969
checkstyle {
7070
toolVersion "8.40"
71+
configFile = file("config/checkstyle/checkstyle.xml") //required for samples to build as this project is not root project when building samples
7172
}
7273
tasks.withType(Checkstyle) {
7374
reports {

0 commit comments

Comments
 (0)