aboutsummaryrefslogtreecommitdiff
path: root/netty
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-07-26 10:35:20 -0700
committerEric Anderson <ejona@google.com>2018-07-26 13:43:50 -0700
commitd66ba24272999447980d6906fb7625ad8c1c43b9 (patch)
tree11a8370e5412219a772f5a910691fd7a307012fe /netty
parent94b2618a35aa281103a908c9b3e04eb22ed8e719 (diff)
downloadgrpc-grpc-java-d66ba24272999447980d6906fb7625ad8c1c43b9.tar.gz
Upgrade Shadow and Animalsniffer plugins
This avoids warnings of Gradle 5 deprecation.
Diffstat (limited to 'netty')
-rw-r--r--netty/shaded/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/netty/shaded/build.gradle b/netty/shaded/build.gradle
index 6ef249b96..a44ebef81 100644
--- a/netty/shaded/build.gradle
+++ b/netty/shaded/build.gradle
@@ -1,6 +1,6 @@
buildscript {
repositories { jcenter() }
- dependencies { classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2' }
+ dependencies { classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4' }
}
apply plugin: 'com.github.johnrengelman.shadow'