From 5035bcbab9d4731ba693a88b353db6144b00a287 Mon Sep 17 00:00:00 2001 From: Sergei Egorov Date: Fri, 17 Apr 2020 14:25:16 +0200 Subject: [PATCH] Update Gradle Shadow Plugin to 5.2.0 (#2582) Gradle Shadow Plugin supports Gradle Caching from 5.2.0 and should help avoiding this heavyweight task when not necessarily. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d9d374cb511..78958851963 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'io.franzbecker.gradle-lombok' version '3.1.0' id 'nebula.provided-base' version '3.0.3' - id 'com.github.johnrengelman.shadow' version '5.1.0' + id 'com.github.johnrengelman.shadow' version '5.2.0' id "com.jfrog.bintray" version "1.8.4" apply false }