Selaa lähdekoodia

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

Ryan Ernst 9 vuotta sitten
vanhempi
commit
9b63fc37c8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {