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.
This commit is contained in:
Eric Anderson 2018-02-01 08:24:30 -08:00
parent dc95465f6a
commit c56114ff79
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
}