Skip to content

Commit

Permalink
fix(datahub-client): adds missing archiveAppendix to artifactid when …
Browse files Browse the repository at this point in the history
…publishing (datahub-project#12112)
  • Loading branch information
sgomezvillamor authored and sleeperdeep committed Dec 17, 2024
1 parent 96ce338 commit 80186e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-integration/java/datahub-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 80186e8

Please sign in to comment.