Skip to content

ErrorProne compatibility issue #248

@sergeykad

Description

@sergeykad

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:

  1. Add
plugins {
   id "me.champeau.jmh" version "0.7.1"
   id "net.ltgt.errorprone" version "3.1.0"
}
  1. Run jmhCompileGeneratedClasses task
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions