build: use artifactId instead pom.projectIdentity.artifactId
Original commit: elastic/x-pack-elasticsearch@18c0026046
This commit is contained in:
parent
706f53c497
commit
15f6021f30
|
@ -35,7 +35,7 @@ namingConventions {
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
nebula(MavenPublication) {
|
nebula(MavenPublication) {
|
||||||
pom.projectIdentity.artifactId = archivesBaseName
|
artifactId = archivesBaseName
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue