Skip to content

Commit

Permalink
Fix BOM pom publication to Artifactory (#8021)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 authored Dec 12, 2024
1 parent c8ad1d1 commit 19119f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ subprojects {
password = artifactoryKey
}
defaults {
publications('mavenJava')
publications('mavenJava', 'mavenJavaPlatform')
publishArtifacts = true
publishPom = true
}
Expand Down
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spotless {

publishing {
publications {
mavenPlatform(MavenPublication) {
mavenJavaPlatform(MavenPublication) {
from components.javaPlatform
groupId "org.hyperledger.besu"
artifactId 'bom'
Expand Down

0 comments on commit 19119f1

Please sign in to comment.