diff --git a/build.gradle b/build.gradle index 2d4f3b8653..229ee0f918 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'com.github.ben-manes.versions' version '0.49.0' id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'de.undercouch.download' version '5.4.0' - id 'me.champeau.jmh' version '0.7.1' apply false + id 'me.champeau.jmh' version '0.7.2' apply false id 'me.champeau.mrjar' version '0.1.1' } diff --git a/gradle/ide.gradle b/gradle/ide.gradle index 09235f2c61..2f14ca69ea 100644 --- a/gradle/ide.gradle +++ b/gradle/ide.gradle @@ -60,15 +60,6 @@ eclipse.classpath.file.whenMerged { } } -// Ensure that JMH sources and resources are treated as test classpath entries -// so that they can see test fixtures. -// https://github.com/melix/jmh-gradle-plugin/issues/157 -eclipse.classpath.file.whenMerged { - entries.findAll { it.path =~ /src\/jmh\/(java|kotlin|resources)/ }.each { - it.entryAttributes['test'] = 'true' - } -} - // Include project specific settings task eclipseSettings(type: Copy) { from rootProject.files(