Still create the archive name for core as elasticsearch

This commit is contained in:
Ryan Ernst 2016-03-17 13:35:16 -07:00
parent cf8c9ffabb
commit 69ff402b62
1 changed files with 1 additions and 0 deletions

View File

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