mirror of https://github.com/apache/lucene.git
Suppressing "automatic module" warning for benchmark-jmh (#13997)
via Viswanath Kuchibhotla
This commit is contained in:
parent
300862bd20
commit
a0e1eeefeb
|
@ -16,6 +16,9 @@
|
|||
*/
|
||||
|
||||
/** Lucene JMH benchmarks. */
|
||||
|
||||
// jmh.core is not modularized and causes a warning. Suppressing it until it is modularized.
|
||||
@SuppressWarnings("requires-automatic")
|
||||
module org.apache.lucene.benchmark.jmh {
|
||||
requires jmh.core;
|
||||
requires jdk.unsupported;
|
||||
|
|
Loading…
Reference in New Issue