aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorStefan Schmidt <ubschmidt2@users.noreply.github.com>2018-01-08 20:19:22 +0100
committerGitHub <noreply@github.com>2018-01-08 20:19:22 +0100
commit82485f98066480808ddaa713ae4a0efffd570dbf (patch)
tree33b712750138dc2237e7580faf9dfd1f27cea865 /benchmarks
parent057f3516e010620b197b513e963638ab3593ff58 (diff)
downloadopencensus-java-82485f98066480808ddaa713ae4a0efffd570dbf.tar.gz
Update the JMH plugin to 0.4.5 (was 0.4.4). (#927)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index 0c232951..47a59d4e 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
- classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.4"
+ classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.5"
classpath "gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.7.0"
}
}
@@ -51,4 +51,4 @@ jmhReport {
tasks.jmh.finalizedBy tasks.jmhReport
// Disable checkstyle if not java8.
-checkstyleJmh.enabled = JavaVersion.current().isJava8Compatible() \ No newline at end of file
+checkstyleJmh.enabled = JavaVersion.current().isJava8Compatible()