Update Gradle shadow plugin for microbenchmarks to 1.2.4

This commit is contained in:
Daniel Mitterdorfer 2016-12-19 10:02:11 +01:00
parent 1ed2e18ded
commit e38f06cdc6

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