Browse Source

Upgrade Gradle Shadow plugin to 2.0.2

With this commit we upgrade the Gradle Shadow plugin that is used in our
benchmarks to version 2.0.2. This version does not use APIs that are
deprecated in Gradle 4.x.
Daniel Mitterdorfer 7 years ago
parent
commit
8085ec504b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      benchmarks/build.gradle
  2. 1 1
      client/benchmark/build.gradle

+ 1 - 1
benchmarks/build.gradle

@@ -24,7 +24,7 @@ buildscript {
         }
     }
     dependencies {
-        classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.4'
+        classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
     }
 }
 

+ 1 - 1
client/benchmark/build.gradle

@@ -24,7 +24,7 @@ buildscript {
     }
   }
   dependencies {
-    classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
+    classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
   }
 }