mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-19 04:47:21 +00:00
fix(datahub-client): adds missing archiveAppendix to artifactid when publishing (#12112)
This commit is contained in:
parent
a7e03a3663
commit
613b433d18
@ -196,7 +196,7 @@ publishing {
|
|||||||
pom {
|
pom {
|
||||||
name = 'Datahub Client'
|
name = 'Datahub Client'
|
||||||
group = 'io.acryl'
|
group = 'io.acryl'
|
||||||
artifactId = 'datahub-client'
|
artifactId = 'datahub-client' + (project.hasProperty('archiveAppendix') ? "-${archiveAppendix}" : '')
|
||||||
description = 'DataHub Java client for metadata integration'
|
description = 'DataHub Java client for metadata integration'
|
||||||
url = 'https://datahubproject.io'
|
url = 'https://datahubproject.io'
|
||||||
artifacts = [shadowJar, javadocJar, sourcesJar]
|
artifacts = [shadowJar, javadocJar, sourcesJar]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user