From d66ba24272999447980d6906fb7625ad8c1c43b9 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 26 Jul 2018 10:35:20 -0700 Subject: [PATCH] Upgrade Shadow and Animalsniffer plugins This avoids warnings of Gradle 5 deprecation. --- build.gradle | 2 +- netty/shaded/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ce82f6a2b4..71cf0a56ad 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath "com.diffplug.spotless:spotless-plugin-gradle:3.13.0" classpath 'com.google.gradle:osdetector-gradle-plugin:1.4.0' - classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.0' + classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.5' classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.13' classpath 'net.ltgt.gradle:gradle-apt-plugin:0.13' classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.5" diff --git a/netty/shaded/build.gradle b/netty/shaded/build.gradle index 6ef249b968..a44ebef81c 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'