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.
This commit is contained in:
Daniel Mitterdorfer 2017-12-29 10:57:11 +01:00
parent bcd72775ff
commit 8085ec504b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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