diff --git a/build.gradle b/build.gradle index 0e247ba4cf..21068ba522 100644 --- a/build.gradle +++ b/build.gradle @@ -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') ] }