Skip to content

Commit

Permalink
Fix jmh -PjmhIncludeSingleClass
Browse files Browse the repository at this point in the history
I would have assumed a JMH plugin update renamed include to includes,
but I don't see a mention to it in the plugin changelog. Either it was
an undocumented rename, or devs just kept fixing it locally and not
fixing upstream. In either case, it works now.
  • Loading branch information
ejona86 committed Nov 4, 2022
1 parent 0d44203 commit a82ea0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -300,7 +300,7 @@ subprojects {
// depends on core; core's testCompile depends on testing)
includeTests = false
if (project.hasProperty('jmhIncludeSingleClass')) {
include = [
includes = [
project.property('jmhIncludeSingleClass')
]
}
Expand Down

0 comments on commit a82ea0c

Please sign in to comment.