-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
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
jmhCompileGeneratedClassestask - 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.
Metadata
Metadata
Assignees
Labels
No labels