Skip to content

Commit 1b31c78

Browse files
committed
Build analysis-icu client JAR (#33184)
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.
1 parent f985f74 commit 1b31c78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/analysis-icu/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
esplugin {
2121
description 'The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.'
2222
classname 'org.elasticsearch.plugin.analysis.icu.AnalysisICUPlugin'
23+
hasClientJar = true
2324
}
2425

2526
forbiddenApis {

0 commit comments

Comments
 (0)