aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-07-07 10:57:03 -0700
committerEric Anderson <ejona@google.com>2017-07-07 17:11:40 -0700
commite6d0062d209f59a3132324ba82b2bef3601640bf (patch)
treea08bac222f4bdcd5d51accf813c0f893586ab5c2 /android-interop-testing
parentae66c72da3ed8a2b58aa0bbee4d423ca04f7a083 (diff)
downloadgrpc-grpc-java-e6d0062d209f59a3132324ba82b2bef3601640bf.tar.gz
Move checkstyle config to buildscripts/
Checkstyle configuration is just noise in the root directory. Neither users nor developers need to look at it often.
Diffstat (limited to 'android-interop-testing')
-rw-r--r--android-interop-testing/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-interop-testing/build.gradle b/android-interop-testing/build.gradle
index 1f9628fb5..22f003ec9 100644
--- a/android-interop-testing/build.gradle
+++ b/android-interop-testing/build.gradle
@@ -24,7 +24,7 @@ subprojects {
apply plugin: "checkstyle"
checkstyle {
- configFile = file("$rootDir/../checkstyle.xml")
+ configFile = file("$rootDir/../buildscripts/checkstyle.xml")
toolVersion = "6.17"
ignoreFailures = false
if (rootProject.hasProperty("checkstyle.ignoreFailures")) {