commit | efa774b846ac493886509cd51f71db4554e92993 | [log] [tgz] |
---|---|---|
author | Eric Anderson <ejona@google.com> | Tue Sep 15 10:34:14 2015 -0700 |
committer | Eric Anderson <ejona@google.com> | Tue Sep 15 10:34:14 2015 -0700 |
tree | 1cc67649de5ddf537a8a2596e1e56bff532e14eb | |
parent | 6e0651643e010560c9b2555075fdf3ff3ff1a1dd [diff] [blame] |
Checkstyle shouldn't rely on current directory
diff --git a/build.gradle b/build.gradle index 5900f4c..55eee1c 100644 --- a/build.gradle +++ b/build.gradle
@@ -199,6 +199,7 @@ if (rootProject.hasProperty("checkstyle.ignoreFailures")) { ignoreFailures = rootProject.properties["checkstyle.ignoreFailures"].toBoolean() } + configProperties["rootDir"] = rootDir } checkstyleMain {