RFR: CODETOOLS-7903008: JMH: Support incremental annotation processing for Gradle Java plugin
Aleksey Shipilev
shade at openjdk.java.net
Thu Aug 5 10:51:41 UTC 2021
On Thu, 10 Jun 2021 17:53:42 GMT, Taylor Wicksell <github.com+301239+twicksell at openjdk.org> wrote:
> This change adds support for Gradle's [incremental annotation processing](https://docs.gradle.org/current/userguide/java_plugin.html#sec:incremental_annotation_processing). Without this support, developers using the JMH annotation processor in their Gradle projects will see their compilation time increased due to Gradle invalidating its incremental compilation cache.
Although there is no first-class support for Gradle in JMH, adding this piece of metadata should not hurt. I think JMH annotation processors satisfy the requirements of Gradle Java plugin.
How did you test it?
-------------
Marked as reviewed by shade (Committer).
PR: https://git.openjdk.java.net/jmh/pull/43
More information about the jmh-dev
mailing list