Build: Fix artifact id for xpack transport client
Original commit: elastic/x-pack-elasticsearch@2658d3f087
This commit is contained in:
parent
ee9dbac0c7
commit
1911e5da02
|
@ -5,6 +5,7 @@ apply plugin: 'nebula.maven-base-publish'
|
|||
apply plugin: 'nebula.maven-scm'
|
||||
|
||||
group = 'org.elasticsearch.client'
|
||||
archivesBaseName = 'x-pack-transport'
|
||||
|
||||
dependencies {
|
||||
// this "api" dependency looks weird, but it is correct, as it contains
|
||||
|
|
Loading…
Reference in New Issue