mirror of https://github.com/apache/lucene.git
LUCENE-10339: Add require directive for accessing jdk.management (#568)
This commit is contained in:
parent
17b4680641
commit
e89c9fcca8
|
@ -19,6 +19,7 @@
|
|||
@SuppressWarnings("module") // the test framework is compiled after the core...
|
||||
module org.apache.lucene.core {
|
||||
requires jdk.unsupported; // this is needed for MMapDirectory to unmap
|
||||
requires static jdk.management; // this is optional but explicit declaration is recommended
|
||||
|
||||
exports org.apache.lucene.analysis;
|
||||
exports org.apache.lucene.analysis.standard;
|
||||
|
|
Loading…
Reference in New Issue