Upgrade to JMH plugin 0.7.2

Closes gh-31517
This commit is contained in:
Sam Brannen 2023-10-29 10:50:46 +01:00
parent cb9382d986
commit de74520286
2 changed files with 1 additions and 10 deletions

View File

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

View File

@ -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(