aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2018-06-11 18:35:18 -0700
committerGitHub <noreply@github.com>2018-06-11 18:35:18 -0700
commit5ce10f0146ddce96bc1e6884fe55d8623880b528 (patch)
tree74dd7fcfff4f3dcc5e9de108d7cfa385bce564ec /testing
parent9d26c5c40596693bb643d267ab2f3d25b15ed36b (diff)
downloadgrpc-grpc-java-5ce10f0146ddce96bc1e6884fe55d8623880b528.tar.gz
all: add gradle format checker
This PR adds an automatic gradle format checker and reformats all the *.gradle files. After this, new changes to *.gradle files will fail to build if not in good format, just like checkStyle failure.
Diffstat (limited to 'testing')
-rw-r--r--testing/build.gradle6
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/build.gradle b/testing/build.gradle
index d272d7ff0..4a4805e77 100644
--- a/testing/build.gradle
+++ b/testing/build.gradle
@@ -17,9 +17,7 @@ dependencies {
compileOnly libraries.truth
testCompile project(':grpc-testing-proto'),
- project(':grpc-core').sourceSets.test.output
+ project(':grpc-core').sourceSets.test.output
}
-javadoc {
- exclude 'io/grpc/internal/**'
-}
+javadoc { exclude 'io/grpc/internal/**' }