mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-18 12:27:15 +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 {
|
||||
name = 'Datahub Client'
|
||||
group = 'io.acryl'
|
||||
artifactId = 'datahub-client'
|
||||
artifactId = 'datahub-client' + (project.hasProperty('archiveAppendix') ? "-${archiveAppendix}" : '')
|
||||
description = 'DataHub Java client for metadata integration'
|
||||
url = 'https://datahubproject.io'
|
||||
artifacts = [shadowJar, javadocJar, sourcesJar]
|
||||
|
Loading…
x
Reference in New Issue
Block a user