mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
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>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user