Skip to content

Commit a82ea0c

Browse files
committed
Fix jmh -PjmhIncludeSingleClass
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.
1 parent 0d44203 commit a82ea0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ subprojects {
300300
// depends on core; core's testCompile depends on testing)
301301
includeTests = false
302302
if (project.hasProperty('jmhIncludeSingleClass')) {
303-
include = [
303+
includes = [
304304
project.property('jmhIncludeSingleClass')
305305
]
306306
}

0 commit comments

Comments
 (0)