mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Make build info pluggable internally (#97768)
This commit makes the Build.current() pluggable. This is only available for internal builds.
This commit is contained in:
parent
c7c1dc1914
commit
57d5fbd639
3 changed files with 104 additions and 53 deletions
|
@ -385,6 +385,7 @@ module org.elasticsearch.server {
|
|||
uses org.elasticsearch.jdk.ModuleQualifiedExportsService;
|
||||
uses org.elasticsearch.node.internal.TerminationHandlerProvider;
|
||||
uses org.elasticsearch.internal.VersionExtension;
|
||||
uses org.elasticsearch.internal.BuildExtension;
|
||||
|
||||
provides org.apache.lucene.codecs.PostingsFormat
|
||||
with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue