aboutsummaryrefslogtreecommitdiff
path: root/auth
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 /auth
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 'auth')
-rw-r--r--auth/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/build.gradle b/auth/build.gradle
index 151ec167f..6f5ec75f4 100644
--- a/auth/build.gradle
+++ b/auth/build.gradle
@@ -3,6 +3,6 @@ dependencies {
compile project(':grpc-core'),
libraries.google_auth_credentials
testCompile project(':grpc-testing'),
- libraries.oauth_client
+ libraries.oauth_client
signature "org.codehaus.mojo.signature:java16:1.1@signature"
}