aboutsummaryrefslogtreecommitdiff
path: root/netty/shaded
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-02-01 08:24:30 -0800
committerEric Anderson <ejona@google.com>2018-02-01 09:58:23 -0800
commitc56114ff796a106a6704828a509a7cf2896b3d75 (patch)
tree4f7b9ac541ffed9eddac3f5d5ac082cc4530e145 /netty/shaded
parentdc95465f6a7e44b6f8dba9684542ed74d89faca2 (diff)
downloadgrpc-grpc-java-c56114ff796a106a6704828a509a7cf2896b3d75.tar.gz
netty/shaded: Bump shadow plugin version to 2.0.2
This fixes the gradle warning: The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead.
Diffstat (limited to 'netty/shaded')
-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 cf67cead2..50ea89569 100644
--- a/netty/shaded/build.gradle
+++ b/netty/shaded/build.gradle
@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
+ classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
}
}