Skip to content

Commit

Permalink
fix: rename maven bom publication to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tynn committed Jun 12, 2021
1 parent 6fff2e9 commit b2dd63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

publishing {
publications {
mavenBom(MavenPublication) {
release(MavenPublication) {
from components.javaPlatform
}
}
Expand Down

0 comments on commit b2dd63a

Please sign in to comment.