Browse Source

Upgrade JMH plugin to 0.5.2

pull/26385/head
Sam Brannen 5 years ago
parent
commit
72a9d0ff4b
  1. 2
      build.gradle

2
build.gradle

@ -8,7 +8,7 @@ plugins { @@ -8,7 +8,7 @@ plugins {
id 'de.undercouch.download' version '4.1.1'
id "io.freefair.aspectj" version '5.1.1' apply false
id "com.github.ben-manes.versions" version '0.28.0'
id "me.champeau.gradle.jmh" version "0.5.0" apply false
id "me.champeau.gradle.jmh" version "0.5.2" apply false
id "org.jetbrains.kotlin.plugin.serialization" version "1.4.21" apply false
}

Loading…
Cancel
Save