aboutsummaryrefslogtreecommitdiff
path: root/netty
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 /netty
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 'netty')
-rw-r--r--netty/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/netty/build.gradle b/netty/build.gradle
index 954fdadb7..9ed8fbd81 100644
--- a/netty/build.gradle
+++ b/netty/build.gradle
@@ -8,7 +8,7 @@ dependencies {
testCompile project(':grpc-core').sourceSets.test.output,
project(':grpc-testing')
testRuntime libraries.netty_tcnative
- signature "org.codehaus.mojo.signature:java17:+@signature"
+ signature "org.codehaus.mojo.signature:java17:1.0@signature"
}
[compileJava, compileTestJava].each() {