aboutsummaryrefslogtreecommitdiff
path: root/stub
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 /stub
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 'stub')
-rw-r--r--stub/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/stub/build.gradle b/stub/build.gradle
index ae86c3951..b9f2ada48 100644
--- a/stub/build.gradle
+++ b/stub/build.gradle
@@ -3,7 +3,7 @@ dependencies {
compile project(':grpc-core')
testCompile libraries.truth,
project(':grpc-testing')
- signature "org.codehaus.mojo.signature:java16:+@signature"
+ signature "org.codehaus.mojo.signature:java16:1.1@signature"
}
javadoc.options.links "https://google.github.io/guava/releases/${guavaVersion}/api/docs/"