Skip to content

Commit

Permalink
Merge branch 'main' into 7887
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarla authored Dec 13, 2024
2 parents 3a3e5ac + 19119f1 commit c8d353e
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 c8d353e

Please sign in to comment.