This fixes the following Gradle warning:

The following annotation processors were detected on the compile classpath:
'org.openjdk.jmh.generators.BenchmarkProcessor'. Detecting annotation processors
on the compile classpath is deprecated and Gradle 5.0 will ignore them. Please 
add
them to the annotation processor path instead. If you did not intend to use 
annotation
processors, you can use the '-proc:none' compiler argument to ignore them.

With this change, the warning went away and `./jmh-benchmarks/jmh.sh` continues
to work.

### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation 
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)


[ Full content available at: https://github.com/apache/kafka/pull/5602 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to