Browse Source

Still create the archive name for core as elasticsearch

Ryan Ernst 9 years ago
parent
commit
69ff402b62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/build.gradle

+ 1 - 0
core/build.gradle

@@ -28,6 +28,7 @@ apply plugin: 'nebula.maven-scm'
 apply plugin: 'nebula.source-jar'
 apply plugin: 'nebula.javadoc-jar'
 
+archivesBaseName = 'elasticsearch'
 publishing {
   publications {
     nebula {