Make module client jars go to org.elasticsearch.plugin groupId

This commit is contained in:
Ryan Ernst 2016-07-14 02:58:27 -07:00
parent c36850f114
commit 9b63fc37c8
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
subprojects {
group = 'org.elasticsearch.plugin' // for modules which publish client jars
apply plugin: 'elasticsearch.esplugin'
esplugin {