aboutsummaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-06-30 15:25:34 -0700
committerGitHub <noreply@github.com>2017-06-30 15:25:34 -0700
commitc436561fc5bbff1f7a530c76f5b3177aafaf39e1 (patch)
treebed84111c7be425ba72a03b64e5c704d8281d87b /auth
parent16285dc634967df6d938b2eb72727b3897f6859f (diff)
downloadgrpc-grpc-java-c436561fc5bbff1f7a530c76f5b3177aafaf39e1.tar.gz
all: Use fixed version number for java 6/7 signatures
This is important for stable builds, as if the signature changes the old source may no longer validate.
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 7b9e65f63..af50c28dd 100644
--- a/auth/build.gradle
+++ b/auth/build.gradle
@@ -3,5 +3,5 @@ dependencies {
compile project(':grpc-core'),
libraries.google_auth_credentials
testCompile libraries.oauth_client
- signature "org.codehaus.mojo.signature:java16:+@signature"
+ signature "org.codehaus.mojo.signature:java16:1.1@signature"
}