Skip to content

Commit

Permalink
Build analysis-icu client JAR (#33184)
Browse files Browse the repository at this point in the history
This plugin needs to be able to be installed client side because it
contains doc values formats that can be returned to the transport
client. To keep this simple for developers, we publish the client JAR to
Maven so that they can depend on the plugin in their POM and install the
plugin there.
  • Loading branch information
jasontedor authored Aug 27, 2018
1 parent 014b323 commit 5937e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/analysis-icu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import org.elasticsearch.gradle.precommit.ForbiddenApisCliTask
esplugin {
description 'The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.'
classname 'org.elasticsearch.plugin.analysis.icu.AnalysisICUPlugin'
hasClientJar = true
}

tasks.withType(ForbiddenApisCliTask) {
Expand Down

0 comments on commit 5937e49

Please sign in to comment.