Skip to content

Commit 6d0c80c

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 710c2fa commit 6d0c80c

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
@@ -22,6 +22,7 @@ import org.elasticsearch.gradle.precommit.ForbiddenApisCliTask
2222
esplugin {
2323
description 'The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.'
2424
classname 'org.elasticsearch.plugin.analysis.icu.AnalysisICUPlugin'
25+
hasClientJar = true
2526
}
2627

2728
tasks.withType(ForbiddenApisCliTask) {

0 commit comments

Comments
 (0)