We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a3c29 commit b97afbfCopy full SHA for b97afbf
build.gradle
@@ -68,6 +68,7 @@ def pomConfig = {
68
69
checkstyle {
70
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
72
}
73
tasks.withType(Checkstyle) {
74
reports {
0 commit comments