PaintNinja opened a new pull request, #1841:
URL: https://github.com/apache/groovy/pull/1841
This small PR fixes the following error when trying to run the Groovy
runtime benchmarks (`./gradlew -PbenchInclude=CallsiteBench :perf:jmh`):
```
Execution failed for task ':performance:jmh'.
> A failure occurred while executing me.champeau.gradle.IsolatedRunner
> Error while instantiating tests: unable to set 'list' on Runner. This
plugin version doesn't seem to be compatible with JMH 1.35. Please report to
the plugin authors at https://github.com/melix/jmh-gradle-plugin/.
```
I did look into fixing `./gradlew :perf:performanceTests` as well but
unfortunately couldn't figure that one out, sorry about that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]