Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit d0cec5d

Browse files
committed
fix: bom deployment
1 parent b9fa1df commit d0cec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222

2323
publishing {
2424
publications {
25-
mainProjectPublication(MavenPublication) {
25+
mavenJava(MavenPublication) {
2626
from components.javaPlatform
2727
}
2828
}

0 commit comments

Comments
 (0)