diff --git a/maven/core-unittests/checkstyle.xml b/maven/core-unittests/checkstyle.xml new file mode 100644 index 0000000000..0a98b313aa --- /dev/null +++ b/maven/core-unittests/checkstyle.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/maven/core-unittests/pom.xml b/maven/core-unittests/pom.xml index 1096be32c0..28d4621ef4 100644 --- a/maven/core-unittests/pom.xml +++ b/maven/core-unittests/pom.xml @@ -116,7 +116,7 @@ maven-checkstyle-plugin 3.3.0 - google_checks.xml + ${project.basedir}/checkstyle.xml ${project.build.sourceEncoding} false false