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 (#12112)
  • Loading branch information
sgomezvillamor authored Dec 12, 2024
1 parent a7e03a3 commit 613b433
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 613b433

Please sign in to comment.