Artifactory Migration Snapshot Location (#1901)

Don't store snapshots in a different groupID. Needed for downstream
tooling.

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

@ -576,7 +576,7 @@ distZip {
publishing {
publications {
distArtifactory(MavenPublication) {
groupId (version.contains('SNAPSHOT') ? 'SNAPSHOT' : '.')
groupId = '.'
version = project.version
artifactId = 'besu'
artifact("$buildDir/distributions/besu-${project.version}.zip")

Loading…
Cancel
Save