Open sergeykad opened 11 months ago
Adding the dependencies listed below solved the issue, but according to the documentation it should have been optional.
jmh 'org.openjdk.jmh:jmh-core:1.37'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
Describe the bug Running build with
jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
causes compilation failure due to missing shouldYield field in theorg.openjdk.jmh.runner.InfraControl
class.Downgrading back to version 1.36 resolves the issue.
To Reproduce Steps to reproduce the behavior:
jmh-generator-annprocess:1.37