Skip to content

Commit

Permalink
Revise Artifactory Name (hyperledger#1888)
Browse files Browse the repository at this point in the history
Revise the artifactory artifact-id so the download name is correct.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
  • Loading branch information
shemnon authored Feb 8, 2021
1 parent c05fd11 commit c63e919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ publishing {
distArtifactory(MavenPublication) {
groupId (version.contains('SNAPSHOT') ? 'SNAPSHOT' : '.')
version = project.version
artifactId = 'besu-distribution'
artifactId = 'besu'
artifact("$buildDir/distributions/besu-${project.version}.zip")
artifact("$buildDir/distributions/besu-${project.version}.tar.gz") {
extension = 'tar.gz'
Expand Down

0 comments on commit c63e919

Please sign in to comment.