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

Commit 5954e51

Browse files
fix(dependencies): generate and publish proper pom file
Two files were generated, an empty mavenJava/pom-default.xml and a mainProjectPublication/pom-default.xml with proper content. The published artifact used th empty from mavenJava. This update fixes the issue by adding proper content to mavenJava.
1 parent b9fa1df commit 5954e51

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)