Add client jar for mapper-extras (#47430)

The rest high level client has a dependency on mapper-extras but the jar
is not published so this commit adds a client jar for this module.

Closes #47413
This commit is contained in:
Jim Ferenczi 2019-10-03 01:23:45 +02:00 committed by GitHub
parent 44fdf2020a
commit 5a3fa4a479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,4 +20,5 @@
esplugin {
description 'Adds advanced field mappers'
classname 'org.elasticsearch.index.mapper.MapperExtrasPlugin'
hasClientJar = true
}