ソースを参照

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

Ryan Ernst 9 年 前
コミット
9b63fc37c8
1 ファイル変更1 行追加0 行削除
  1. 1 0
      modules/build.gradle

+ 1 - 0
modules/build.gradle

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