melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
666 stars 88 forks source link

includeTests doesn't seem to work with .kts gradle #164

Open uberto opened 4 years ago

uberto commented 4 years ago

in build.gradle.kts

jmh { jmhVersion = "1.23" includeTests = true iterations = 5 }

Error when building:

Line 17: includeTests = true ^ Unresolved reference: includeTests

Verified with version 0.4.5 and 0.5.0

All the other settings seem to work