Describe the bug
jmhCompileGeneratedClasses task fails with error: plug-in not found: ErrorProne message. There is a similar issue described here: tbroyer/gradle-errorprone-plugin#19
To Reproduce
Steps to reproduce the behavior:
- Add
plugins {
id "me.champeau.jmh" version "0.7.1"
id "net.ltgt.errorprone" version "3.1.0"
}
- Run
jmhCompileGeneratedClasses task
- Gradle reports the following:
> Task :services:jmhCompileGeneratedClasses FAILED
82 actionable tasks: 1 executed, 81 up-to-date
error: plug-in not found: ErrorProne
FAILURE: Build failed with an exception.
Describe the bug
jmhCompileGeneratedClasses task fails with
error: plug-in not found: ErrorPronemessage. There is a similar issue described here: tbroyer/gradle-errorprone-plugin#19To Reproduce
Steps to reproduce the behavior:
plugins { id "me.champeau.jmh" version "0.7.1" id "net.ltgt.errorprone" version "3.1.0" }jmhCompileGeneratedClassestask