mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 15:28:09 -05:00
Fix BOM pom publication to Artifactory (#8021)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -579,7 +579,7 @@ subprojects {
|
||||
password = artifactoryKey
|
||||
}
|
||||
defaults {
|
||||
publications('mavenJava')
|
||||
publications('mavenJava', 'mavenJavaPlatform')
|
||||
publishArtifacts = true
|
||||
publishPom = true
|
||||
}
|
||||
|
||||
@@ -194,7 +194,7 @@ spotless {
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenPlatform(MavenPublication) {
|
||||
mavenJavaPlatform(MavenPublication) {
|
||||
from components.javaPlatform
|
||||
groupId "org.hyperledger.besu"
|
||||
artifactId 'bom'
|
||||
|
||||
Reference in New Issue
Block a user