Revise Artifactory Name (#1888)

Revise the artifactory artifact-id so the download name is correct.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
pull/1893/head
Danno Ferrin 4 years ago committed by GitHub
parent c05fd11467
commit c63e9192f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

@ -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'

Loading…
Cancel
Save